@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; useful for testing and debugging.
|
DescribeRefreshSchemasStatusResult |
withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeRefreshSchemasStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.