@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of returned landing zone ARNs, which is one.
|
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, which is one.
|
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, which is one.
|
ListLandingZonesRequest |
withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
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 setMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs, which is one.
maxResults
- The maximum number of returned landing zone ARNs, which is one.public Integer getMaxResults()
The maximum number of returned landing zone ARNs, which is one.
public ListLandingZonesRequest withMaxResults(Integer maxResults)
The maximum number of returned landing zone ARNs, which is one.
maxResults
- The maximum number of returned landing zone ARNs, which is one.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 Object
Object.toString()
public ListLandingZonesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()