@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteShareResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the share being deleted.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the share being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteShareResult |
withStatus(ShareStatus status)
The status of the share being deleted.
|
DeleteShareResult |
withStatus(String status)
The status of the share being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the share being deleted.
status - The status of the share being deleted.ShareStatuspublic String getStatus()
The status of the share being deleted.
ShareStatuspublic DeleteShareResult withStatus(String status)
The status of the share being deleted.
status - The status of the share being deleted.ShareStatuspublic DeleteShareResult withStatus(ShareStatus status)
The status of the share being deleted.
status - The status of the share being deleted.ShareStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteShareResult clone()