@Generated(value="software.amazon.awssdk:codegen") public final class ListPhoneNumbersRequest extends ChimeSdkVoiceRequest implements ToCopyableBuilder<ListPhoneNumbersRequest.Builder,ListPhoneNumbersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPhoneNumbersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPhoneNumbersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PhoneNumberAssociationName |
filterName()
The filter to limit the number of results.
|
String |
filterNameAsString()
The filter to limit the number of results.
|
String |
filterValue()
The filter value.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token used to return the next page of results.
|
PhoneNumberProductType |
productType()
The phone number product types.
|
String |
productTypeAsString()
The phone number product types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPhoneNumbersRequest.Builder> |
serializableBuilderClass() |
String |
status()
The status of your organization's phone numbers.
|
ListPhoneNumbersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
The status of your organization's phone numbers.
public final PhoneNumberProductType productType()
The phone number product types.
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 types.
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 PhoneNumberAssociationName filterName()
The filter to limit the number of results.
If the service returns an enum value that is not available in the current SDK version, filterName will
return PhoneNumberAssociationName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterNameAsString().
PhoneNumberAssociationNamepublic final String filterNameAsString()
The filter to limit the number of results.
If the service returns an enum value that is not available in the current SDK version, filterName will
return PhoneNumberAssociationName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterNameAsString().
PhoneNumberAssociationNamepublic final String filterValue()
The filter value.
public final Integer maxResults()
The maximum number of results to return in a single call.
public final String nextToken()
The token used to return the next page of results.
public ListPhoneNumbersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPhoneNumbersRequest.Builder,ListPhoneNumbersRequest>toBuilder in class ChimeSdkVoiceRequestpublic static ListPhoneNumbersRequest.Builder builder()
public static Class<? extends ListPhoneNumbersRequest.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.