@Generated(value="software.amazon.awssdk:codegen") public final class ListSupportedPhoneNumberCountriesRequest extends ChimeRequest implements ToCopyableBuilder<ListSupportedPhoneNumberCountriesRequest.Builder,ListSupportedPhoneNumberCountriesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSupportedPhoneNumberCountriesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSupportedPhoneNumberCountriesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PhoneNumberProductType |
productType()
The phone number product type.
|
String |
productTypeAsString()
The phone number product type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSupportedPhoneNumberCountriesRequest.Builder> |
serializableBuilderClass() |
ListSupportedPhoneNumberCountriesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PhoneNumberProductType productType()
The phone number product type.
If the service returns an enum value that is not available in the current SDK version, productType will
return PhoneNumberProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
PhoneNumberProductTypepublic final String productTypeAsString()
The phone number product type.
If the service returns an enum value that is not available in the current SDK version, productType will
return PhoneNumberProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
PhoneNumberProductTypepublic ListSupportedPhoneNumberCountriesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSupportedPhoneNumberCountriesRequest.Builder,ListSupportedPhoneNumberCountriesRequest>toBuilder in class ChimeRequestpublic static ListSupportedPhoneNumberCountriesRequest.Builder builder()
public static Class<? extends ListSupportedPhoneNumberCountriesRequest.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.