@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshSchemasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RefreshSchemasResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
refreshSchemasStatus
- The status of the refreshed schema.public RefreshSchemasStatus getRefreshSchemasStatus()
The status of the refreshed schema.
public RefreshSchemasResult withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
refreshSchemasStatus
- The status of the refreshed schema.public String toString()
toString
in class Object
Object.toString()
public RefreshSchemasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.