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