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