Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBasePathMappingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
A request to get information about a collection of BasePathMapping resources.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBasePathMappingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetBasePathMappingsRequest.Builder |
builder() |
|
String |
domainName() |
The domain name of a BasePathMapping resource.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of returned results per page.
|
String |
position() |
The current pagination position in the paged result set.
|
static Class<? extends GetBasePathMappingsRequest.Builder> |
serializableBuilderClass() |
|
GetBasePathMappingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The domain name of a BasePathMapping resource.
public String position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
public GetBasePathMappingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBasePathMappingsRequest.Builder,GetBasePathMappingsRequest>
public static GetBasePathMappingsRequest.Builder builder()
public static Class<? extends GetBasePathMappingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.