@Generated(value="software.amazon.awssdk:codegen") public final class ListPhoneNumbersRequest extends ChimeRequest 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 use to limit the number of results.
|
String |
filterNameAsString()
The filter to use to limit the number of results.
|
String |
filterValue()
The value to use for the filter.
|
<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 to use to retrieve the next page of results.
|
PhoneNumberProductType |
productType()
The phone number product type.
|
String |
productTypeAsString()
The phone number product type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPhoneNumbersRequest.Builder> |
serializableBuilderClass() |
PhoneNumberStatus |
status()
The phone number status.
|
String |
statusAsString()
The phone number status.
|
ListPhoneNumbersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PhoneNumberStatus status()
The phone number status.
If the service returns an enum value that is not available in the current SDK version, status will
return PhoneNumberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PhoneNumberStatuspublic final String statusAsString()
The phone number status.
If the service returns an enum value that is not available in the current SDK version, status will
return PhoneNumberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PhoneNumberStatuspublic 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 final PhoneNumberAssociationName filterName()
The filter to use 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 use 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 value to use for the filter.
public final Integer maxResults()
The maximum number of results to return in a single call.
public final String nextToken()
The token to use to retrieve the next page of results.
public ListPhoneNumbersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPhoneNumbersRequest.Builder,ListPhoneNumbersRequest>toBuilder in class ChimeRequestpublic 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.