@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
AppInstance . |
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
AppInstance . |
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
AppInstance . |
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 AppInstance
.
appInstanceRetentionSettings
- The retention settings for the AppInstance
.public AppInstanceRetentionSettings getAppInstanceRetentionSettings()
The retention settings for the AppInstance
.
AppInstance
.public GetAppInstanceRetentionSettingsResult withAppInstanceRetentionSettings(AppInstanceRetentionSettings appInstanceRetentionSettings)
The retention settings for the AppInstance
.
appInstanceRetentionSettings
- The retention settings for the AppInstance
.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()