@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRefreshSchemasStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeRefreshSchemasStatusResult() |
| Modifier and Type | Method and 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.
|
DescribeRefreshSchemasStatusResult |
withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
refreshSchemasStatus - The status of the schema.public RefreshSchemasStatus getRefreshSchemasStatus()
The status of the schema.
public DescribeRefreshSchemasStatusResult withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
refreshSchemasStatus - The status of the schema.public String toString()
toString in class ObjectObject.toString()public DescribeRefreshSchemasStatusResult clone()