@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLicenseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteLicenseResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLicenseResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeletionDate()
Date when the license is deleted.
|
String |
getStatus()
License status.
|
int |
hashCode() |
void |
setDeletionDate(String deletionDate)
Date when the license is deleted.
|
void |
setStatus(String status)
License status.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLicenseResult |
withDeletionDate(String deletionDate)
Date when the license is deleted.
|
DeleteLicenseResult |
withStatus(LicenseDeletionStatus status)
License status.
|
DeleteLicenseResult |
withStatus(String status)
License status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
License status.
status - License status.LicenseDeletionStatuspublic String getStatus()
License status.
LicenseDeletionStatuspublic DeleteLicenseResult withStatus(String status)
License status.
status - License status.LicenseDeletionStatuspublic DeleteLicenseResult withStatus(LicenseDeletionStatus status)
License status.
status - License status.LicenseDeletionStatuspublic void setDeletionDate(String deletionDate)
Date when the license is deleted.
deletionDate - Date when the license is deleted.public String getDeletionDate()
Date when the license is deleted.
public DeleteLicenseResult withDeletionDate(String deletionDate)
Date when the license is deleted.
deletionDate - Date when the license is deleted.public String toString()
toString in class ObjectObject.toString()public DeleteLicenseResult clone()