@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppInstanceRetentionSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAppInstanceRetentionSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetAppInstanceRetentionSettingsResult |
clone() |
boolean |
equals(Object obj) |
AppInstanceRetentionSettings |
getAppInstanceRetentionSettings()
The retention settings for the app instance.
|
Date |
getInitiateDeletionTimestamp()
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
|
int |
hashCode() |
void |
setAppInstanceRetentionSettings(AppInstanceRetentionSettings appInstanceRetentionSettings)
The retention settings for the app instance.
|
void |
setInitiateDeletionTimestamp(Date initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
|
String |
toString()
Returns a string representation of this object.
|
GetAppInstanceRetentionSettingsResult |
withAppInstanceRetentionSettings(AppInstanceRetentionSettings appInstanceRetentionSettings)
The retention settings for the app instance.
|
GetAppInstanceRetentionSettingsResult |
withInitiateDeletionTimestamp(Date initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetAppInstanceRetentionSettingsResult()
public void setAppInstanceRetentionSettings(AppInstanceRetentionSettings appInstanceRetentionSettings)
The retention settings for the app instance.
appInstanceRetentionSettings
- The retention settings for the app instance.public AppInstanceRetentionSettings getAppInstanceRetentionSettings()
The retention settings for the app instance.
public GetAppInstanceRetentionSettingsResult withAppInstanceRetentionSettings(AppInstanceRetentionSettings appInstanceRetentionSettings)
The retention settings for the app instance.
appInstanceRetentionSettings
- The retention settings for the app instance.public void setInitiateDeletionTimestamp(Date initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
initiateDeletionTimestamp
- The timestamp representing the time at which the specified items are retained, in Epoch Seconds.public Date getInitiateDeletionTimestamp()
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
public GetAppInstanceRetentionSettingsResult withInitiateDeletionTimestamp(Date initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
initiateDeletionTimestamp
- The timestamp representing the time at which the specified items are retained, in Epoch Seconds.public String toString()
toString
in class Object
Object.toString()
public GetAppInstanceRetentionSettingsResult clone()