public class DescribeRefreshSchemasStatusResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private RefreshSchemasStatus |
refreshSchemasStatus
The status of the schema.
|
Constructor and Description |
---|
DescribeRefreshSchemasStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRefreshSchemasStatusResult |
clone() |
boolean |
equals(java.lang.Object obj) |
RefreshSchemasStatus |
getRefreshSchemasStatus()
The status of the schema.
|
int |
hashCode() |
void |
setRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRefreshSchemasStatusResult |
withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
private RefreshSchemasStatus refreshSchemasStatus
The status of the schema.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeRefreshSchemasStatusResult clone()
clone
in class java.lang.Object