@Generated(value="software.amazon.awssdk:codegen") public final class GetRetentionSettingsResponse extends ChimeResponse implements ToCopyableBuilder<GetRetentionSettingsResponse.Builder,GetRetentionSettingsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRetentionSettingsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRetentionSettingsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
initiateDeletionTimestamp()
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
|
RetentionSettings |
retentionSettings()
The retention settings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRetentionSettingsResponse.Builder> |
serializableBuilderClass() |
GetRetentionSettingsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RetentionSettings retentionSettings()
The retention settings.
public final Instant initiateDeletionTimestamp()
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
public GetRetentionSettingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRetentionSettingsResponse.Builder,GetRetentionSettingsResponse>toBuilder in class AwsResponsepublic static GetRetentionSettingsResponse.Builder builder()
public static Class<? extends GetRetentionSettingsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.