@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, setSdkResponseMetadata
public void setStatus(String status)
The status of the share being deleted.
status
- The status of the share being deleted.ShareStatus
public String getStatus()
The status of the share being deleted.
ShareStatus
public DeleteShareResult withStatus(String status)
The status of the share being deleted.
status
- The status of the share being deleted.ShareStatus
public DeleteShareResult withStatus(ShareStatus status)
The status of the share being deleted.
status
- The status of the share being deleted.ShareStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteShareResult clone()