Class RefreshSchemasResult
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.RefreshSchemasResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class RefreshSchemasResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefreshSchemasResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefreshSchemasResultclone()booleanequals(Object obj)RefreshSchemasStatusgetRefreshSchemasStatus()The status of the refreshed schema.inthashCode()voidsetRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the refreshed schema.StringtoString()Returns a string representation of this object; useful for testing and debugging.RefreshSchemasResultwithRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the refreshed schema.
-
-
-
Method Detail
-
setRefreshSchemasStatus
public void setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
- Parameters:
refreshSchemasStatus- The status of the refreshed schema.
-
getRefreshSchemasStatus
public RefreshSchemasStatus getRefreshSchemasStatus()
The status of the refreshed schema.
- Returns:
- The status of the refreshed schema.
-
withRefreshSchemasStatus
public RefreshSchemasResult withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
- Parameters:
refreshSchemasStatus- The status of the refreshed 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 RefreshSchemasResult clone()
-
-