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 RefreshSchemasResult
clone()
boolean
equals(Object obj)
RefreshSchemasStatus
getRefreshSchemasStatus()
The status of the refreshed schema.int
hashCode()
void
setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.String
toString()
Returns a string representation of this object; useful for testing and debugging.RefreshSchemasResult
withRefreshSchemasStatus(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RefreshSchemasResult clone()
-
-