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 DescribeRefreshSchemasStatusResultclone()booleanequals(Object obj)RefreshSchemasStatusgetRefreshSchemasStatus()The status of the schema.inthashCode()voidsetRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeRefreshSchemasStatusResultwithRefreshSchemasStatus(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeRefreshSchemasStatusResult clone()
-
-