@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLandingZoneOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLandingZoneOperationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLandingZoneOperationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LandingZoneOperationFilter |
getFilter()
An input filter for the
ListLandingZoneOperations API that lets you select the types of landing zone
operations to view. |
Integer |
getMaxResults()
How many results to return per API call.
|
String |
getNextToken()
The token to continue the list from a previous API call with the same parameters.
|
int |
hashCode() |
void |
setFilter(LandingZoneOperationFilter filter)
An input filter for the
ListLandingZoneOperations API that lets you select the types of landing zone
operations to view. |
void |
setMaxResults(Integer maxResults)
How many results to return per API call.
|
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.
|
ListLandingZoneOperationsRequest |
withFilter(LandingZoneOperationFilter filter)
An input filter for the
ListLandingZoneOperations API that lets you select the types of landing zone
operations to view. |
ListLandingZoneOperationsRequest |
withMaxResults(Integer maxResults)
How many results to return per API call.
|
ListLandingZoneOperationsRequest |
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, withSdkRequestTimeoutpublic void setFilter(LandingZoneOperationFilter filter)
An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone
operations to view.
filter - An input filter for the ListLandingZoneOperations API that lets you select the types of
landing zone operations to view.public LandingZoneOperationFilter getFilter()
An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone
operations to view.
ListLandingZoneOperations API that lets you select the types of
landing zone operations to view.public ListLandingZoneOperationsRequest withFilter(LandingZoneOperationFilter filter)
An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone
operations to view.
filter - An input filter for the ListLandingZoneOperations API that lets you select the types of
landing zone operations to view.public void setMaxResults(Integer maxResults)
How many results to return per API call.
maxResults - How many results to return per API call.public Integer getMaxResults()
How many results to return per API call.
public ListLandingZoneOperationsRequest withMaxResults(Integer maxResults)
How many results to return per API call.
maxResults - How many results to return per API call.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 ListLandingZoneOperationsRequest 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 ListLandingZoneOperationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()