@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkloadDeploymentPatternsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkloadDeploymentPatternsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkloadDeploymentPatternsRequest |
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 items to return for this request.
|
String |
getNextToken()
The token returned from a previous paginated request.
|
String |
getWorkloadName()
The name of the workload.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token returned from a previous paginated request.
|
void |
setWorkloadName(String workloadName)
The name of the workload.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkloadDeploymentPatternsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
ListWorkloadDeploymentPatternsRequest |
withNextToken(String nextToken)
The token returned from a previous paginated request.
|
ListWorkloadDeploymentPatternsRequest |
withWorkloadName(String workloadName)
The name of the workload.
|
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 ListWorkloadDeploymentPatternsRequest()
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
public ListWorkloadDeploymentPatternsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output.public void setNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public String getNextToken()
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
public ListWorkloadDeploymentPatternsRequest withNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public void setWorkloadName(String workloadName)
The name of the workload.
workloadName - The name of the workload.public String getWorkloadName()
The name of the workload.
public ListWorkloadDeploymentPatternsRequest withWorkloadName(String workloadName)
The name of the workload.
workloadName - The name of the workload.public String toString()
toString in class ObjectObject.toString()public ListWorkloadDeploymentPatternsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()