@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLandingZonesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLandingZonesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLandingZonesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of returned landing zone ARNs.
|
String |
getNextToken()
The token to continue the list from a previous API call with the same parameters.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs.
|
void |
setNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
String |
toString()
Returns a string representation of this object.
|
ListLandingZonesRequest |
withMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs.
|
ListLandingZonesRequest |
withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs.
maxResults - The maximum number of returned landing zone ARNs.public Integer getMaxResults()
The maximum number of returned landing zone ARNs.
public ListLandingZonesRequest withMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs.
maxResults - The maximum number of returned landing zone ARNs.public void setNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
nextToken - The token to continue the list from a previous API call with the same parameters.public String getNextToken()
The token to continue the list from a previous API call with the same parameters.
public ListLandingZonesRequest withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
nextToken - The token to continue the list from a previous API call with the same parameters.public String toString()
toString in class ObjectObject.toString()public ListLandingZonesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.