@Generated(value="software.amazon.awssdk:codegen") public final class GetApiMappingsRequest extends ApiGatewayV2Request implements ToCopyableBuilder<GetApiMappingsRequest.Builder,GetApiMappingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApiMappingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetApiMappingsRequest.Builder |
builder() |
String |
domainName()
The domain name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxResults()
The maximum number of elements to be returned for this resource.
|
String |
nextToken()
The next page of elements from this collection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApiMappingsRequest.Builder> |
serializableBuilderClass() |
GetApiMappingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The domain name.
public final String maxResults()
The maximum number of elements to be returned for this resource.
public final String nextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetApiMappingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApiMappingsRequest.Builder,GetApiMappingsRequest>toBuilder in class ApiGatewayV2Requestpublic static GetApiMappingsRequest.Builder builder()
public static Class<? extends GetApiMappingsRequest.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 © 2022. All rights reserved.