Class DescribeRefreshSchemasStatusResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.DescribeRefreshSchemasStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the schema.int
hashCode()
void
setRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.toString()
Returns a string representation of this object; useful for testing and debugging.withRefreshSchemasStatus
(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.
-
Constructor Details
-
DescribeRefreshSchemasStatusResult
public DescribeRefreshSchemasStatusResult()
-
-
Method Details
-
setRefreshSchemasStatus
The status of the schema.
- Parameters:
refreshSchemasStatus
- The status of the schema.
-
getRefreshSchemasStatus
The status of the schema.
- Returns:
- The status of the schema.
-
withRefreshSchemasStatus
public DescribeRefreshSchemasStatusResult withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.
- Parameters:
refreshSchemasStatus
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-