@Generated(value="software.amazon.awssdk:codegen") public final class DeleteKeywordResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteKeywordResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteKeywordResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyword()
The keyword that was deleted.
|
KeywordAction |
keywordAction()
The action that was associated with the deleted keyword.
|
String |
keywordActionAsString()
The action that was associated with the deleted keyword.
|
String |
keywordMessage()
The message that was associated with the deleted keyword.
|
String |
originationIdentity()
The PhoneNumberId or PoolId that the keyword was associated with.
|
String |
originationIdentityArn()
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteKeywordResponse.Builder> |
serializableBuilderClass() |
DeleteKeywordResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String originationIdentityArn()
The PhoneNumberArn or PoolArn that the keyword was associated with.
public final String originationIdentity()
The PhoneNumberId or PoolId that the keyword was associated with.
public final String keyword()
The keyword that was deleted.
public final String keywordMessage()
The message that was associated with the deleted keyword.
public final KeywordAction keywordAction()
The action that was associated with the deleted keyword.
If the service returns an enum value that is not available in the current SDK version, keywordAction
will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keywordActionAsString().
KeywordActionpublic final String keywordActionAsString()
The action that was associated with the deleted keyword.
If the service returns an enum value that is not available in the current SDK version, keywordAction
will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keywordActionAsString().
KeywordActionpublic DeleteKeywordResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>toBuilder in class AwsResponsepublic static DeleteKeywordResponse.Builder builder()
public static Class<? extends DeleteKeywordResponse.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.