@Generated(value="software.amazon.awssdk:codegen") public final class DeleteOptOutListResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteOptOutListResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteOptOutListResponse.Builder |
builder() |
Instant |
createdTimestamp()
The time when the OptOutList was created, in UNIX epoch time
format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optOutListArn()
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
String |
optOutListName()
The name of the OptOutList that was removed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteOptOutListResponse.Builder> |
serializableBuilderClass() |
DeleteOptOutListResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String optOutListArn()
The Amazon Resource Name (ARN) of the OptOutList that was removed.
public final String optOutListName()
The name of the OptOutList that was removed.
public final Instant createdTimestamp()
The time when the OptOutList was created, in UNIX epoch time format.
public DeleteOptOutListResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>toBuilder in class AwsResponsepublic static DeleteOptOutListResponse.Builder builder()
public static Class<? extends DeleteOptOutListResponse.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 © 2023. All rights reserved.