@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePhoneNumberRequest extends ChimeRequest implements ToCopyableBuilder<UpdatePhoneNumberRequest.Builder,UpdatePhoneNumberRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePhoneNumberRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePhoneNumberRequest.Builder |
builder() |
String |
callingName()
The outbound calling name associated with the phone number.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
phoneNumberId()
The phone number ID.
|
PhoneNumberProductType |
productType()
The product type.
|
String |
productTypeAsString()
The product type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePhoneNumberRequest.Builder> |
serializableBuilderClass() |
UpdatePhoneNumberRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String phoneNumberId()
The phone number ID.
public final PhoneNumberProductType productType()
The 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 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 callingName()
The outbound calling name associated with the phone number.
public UpdatePhoneNumberRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePhoneNumberRequest.Builder,UpdatePhoneNumberRequest>toBuilder in class ChimeRequestpublic static UpdatePhoneNumberRequest.Builder builder()
public static Class<? extends UpdatePhoneNumberRequest.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.