@Generated(value="software.amazon.awssdk:codegen") public final class AssociateOriginationIdentityResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateOriginationIdentityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateOriginationIdentityResponse.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 that is now associated with the origination identity.
|
String |
poolId()
The PoolId of the pool that is now associated with the origination identity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateOriginationIdentityResponse.Builder> |
serializableBuilderClass() |
AssociateOriginationIdentityResponse.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 that is now associated with the origination identity.
public final String poolId()
The PoolId of the pool that is now 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 AssociateOriginationIdentityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateOriginationIdentityResponse.Builder,AssociateOriginationIdentityResponse>toBuilder in class AwsResponsepublic static AssociateOriginationIdentityResponse.Builder builder()
public static Class<? extends AssociateOriginationIdentityResponse.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.