@Generated(value="software.amazon.awssdk:codegen") public final class DeleteKeywordRequest extends PinpointSmsVoiceV2Request implements ToCopyableBuilder<DeleteKeywordRequest.Builder,DeleteKeywordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteKeywordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteKeywordRequest.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 to delete.
|
String |
originationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteKeywordRequest.Builder> |
serializableBuilderClass() |
DeleteKeywordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String originationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and DescribePools to find the values of PoolId and PoolArn.
public final String keyword()
The keyword to delete.
public DeleteKeywordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteKeywordRequest.Builder,DeleteKeywordRequest>toBuilder in class PinpointSmsVoiceV2Requestpublic static DeleteKeywordRequest.Builder builder()
public static Class<? extends DeleteKeywordRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.