@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateOriginationIdentityRequest extends PinpointSmsVoiceV2Request implements ToCopyableBuilder<DisassociateOriginationIdentityRequest.Builder,DisassociateOriginationIdentityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateOriginationIdentityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateOriginationIdentityRequest.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
isoCountryCode()
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
String |
originationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
|
String |
poolId()
The unique identifier for the pool to disassociate with the origination identity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateOriginationIdentityRequest.Builder> |
serializableBuilderClass() |
DisassociateOriginationIdentityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String poolId()
The unique identifier for the pool to disassociate with the origination identity. This value can be either the PoolId or PoolArn.
public final String originationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers find the values for PhoneNumberId and PhoneNumberArn, or use DescribeSenderIds to get the values for SenderId and SenderIdArn.
public final String isoCountryCode()
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
public final String clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
public DisassociateOriginationIdentityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateOriginationIdentityRequest.Builder,DisassociateOriginationIdentityRequest>toBuilder in class PinpointSmsVoiceV2Requestpublic static DisassociateOriginationIdentityRequest.Builder builder()
public static Class<? extends DisassociateOriginationIdentityRequest.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.