@Generated(value="software.amazon.awssdk:codegen") public final class SenderIdAndCountry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>
The alphanumeric sender ID in a specific country that you want to describe. For more information on sender IDs see Requesting sender IDs for SMS messaging with Amazon Pinpoint in the Amazon Pinpoint User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SenderIdAndCountry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SenderIdAndCountry.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.
|
List<SdkField<?>> |
sdkFields() |
String |
senderId()
The unique identifier of the sender.
|
static Class<? extends SenderIdAndCountry.Builder> |
serializableBuilderClass() |
SenderIdAndCountry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String senderId()
The unique identifier of the sender.
public final String isoCountryCode()
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
public SenderIdAndCountry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>public static SenderIdAndCountry.Builder builder()
public static Class<? extends SenderIdAndCountry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.