@Generated(value="software.amazon.awssdk:codegen") public final class PutKeywordResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<PutKeywordResponse.Builder,PutKeywordResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutKeywordResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutKeywordResponse.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 added.
|
KeywordAction |
keywordAction()
The action to perform when the keyword is used.
|
String |
keywordActionAsString()
The action to perform when the keyword is used.
|
String |
keywordMessage()
The message associated with the 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 PutKeywordResponse.Builder> |
serializableBuilderClass() |
PutKeywordResponse.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 added.
public final String keywordMessage()
The message associated with the keyword.
public final KeywordAction keywordAction()
The action to perform when the keyword is used.
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 to perform when the keyword is used.
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 PutKeywordResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutKeywordResponse.Builder,PutKeywordResponse>toBuilder in class AwsResponsepublic static PutKeywordResponse.Builder builder()
public static Class<? extends PutKeywordResponse.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.