@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateOriginationIdentityResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateOriginationIdentityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateOriginationIdentityResponse.Builder |
builder() |
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 PhoneNumberId or SenderId of the origination identity.
|
String |
originationIdentityArn()
The PhoneNumberArn or SenderIdArn of the origination identity.
|
String |
poolArn()
The Amazon Resource Name (ARN) of the pool.
|
String |
poolId()
The PoolId of the pool no longer associated with the origination identity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateOriginationIdentityResponse.Builder> |
serializableBuilderClass() |
DisassociateOriginationIdentityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String poolArn()
The Amazon Resource Name (ARN) of the pool.
public final String poolId()
The PoolId of the pool no longer associated with the origination identity.
public final String originationIdentityArn()
The PhoneNumberArn or SenderIdArn of the origination identity.
public final String originationIdentity()
The PhoneNumberId or SenderId of the origination identity.
public final String isoCountryCode()
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
public DisassociateOriginationIdentityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateOriginationIdentityResponse.Builder,DisassociateOriginationIdentityResponse>toBuilder in class AwsResponsepublic static DisassociateOriginationIdentityResponse.Builder builder()
public static Class<? extends DisassociateOriginationIdentityResponse.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.