@Generated(value="software.amazon.awssdk:codegen") public final class OriginationIdentityMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OriginationIdentityMetadata.Builder,OriginationIdentityMetadata>
The metadata for an origination identity associated with a pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OriginationIdentityMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OriginationIdentityMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasNumberCapabilities()
For responses, this returns true if the service returned a value for the NumberCapabilities property.
|
String |
isoCountryCode()
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
List<NumberCapability> |
numberCapabilities()
Describes if the origination identity can be used for text messages, voice calls or both.
|
List<String> |
numberCapabilitiesAsStrings()
Describes if the origination identity can be used for text messages, voice calls or both.
|
String |
originationIdentity()
The unique identifier of the origination identity.
|
String |
originationIdentityArn()
The Amazon Resource Name (ARN) associated with the origination identity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OriginationIdentityMetadata.Builder> |
serializableBuilderClass() |
OriginationIdentityMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String originationIdentityArn()
The Amazon Resource Name (ARN) associated with the origination identity.
public final String originationIdentity()
The unique identifier 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 final List<NumberCapability> numberCapabilities()
Describes if the origination identity can be used for text messages, voice calls or both.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNumberCapabilities() method.
public final boolean hasNumberCapabilities()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> numberCapabilitiesAsStrings()
Describes if the origination identity can be used for text messages, voice calls or both.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNumberCapabilities() method.
public OriginationIdentityMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OriginationIdentityMetadata.Builder,OriginationIdentityMetadata>public static OriginationIdentityMetadata.Builder builder()
public static Class<? extends OriginationIdentityMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.