@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApiMappingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetApiMappingsRequest() |
Modifier and Type | Method and Description |
---|---|
GetApiMappingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The domain name.
|
String |
getMaxResults()
The maximum number of elements to be returned for this resource.
|
String |
getNextToken()
The next page of elements from this collection.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain name.
|
void |
setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
void |
setNextToken(String nextToken)
The next page of elements from this collection.
|
String |
toString()
Returns a string representation of this object.
|
GetApiMappingsRequest |
withDomainName(String domainName)
The domain name.
|
GetApiMappingsRequest |
withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetApiMappingsRequest |
withNextToken(String nextToken)
The next page of elements from this collection.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The domain name.
domainName
- The domain name.public String getDomainName()
The domain name.
public GetApiMappingsRequest withDomainName(String domainName)
The domain name.
domainName
- The domain name.public void setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public String getMaxResults()
The maximum number of elements to be returned for this resource.
public GetApiMappingsRequest withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public void setNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String getNextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetApiMappingsRequest withNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String toString()
toString
in class Object
Object.toString()
public GetApiMappingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()