Class DescribeRefreshSchemasStatusResult
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.DescribeRefreshSchemasStatusResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeRefreshSchemasStatusResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeRefreshSchemasStatusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeRefreshSchemasStatusResult
clone()
boolean
equals(Object obj)
RefreshSchemasStatus
getRefreshSchemasStatus()
The status of the schema.int
hashCode()
void
setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeRefreshSchemasStatusResult
withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
-
-
-
Method Detail
-
setRefreshSchemasStatus
public void setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
- Parameters:
refreshSchemasStatus
- The status of the schema.
-
getRefreshSchemasStatus
public RefreshSchemasStatus 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeRefreshSchemasStatusResult clone()
-
-