@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationInstanceNodeInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationInstanceNodeInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationInstanceNodeInstancesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationInstanceId()
The node instances' application instance ID.
|
Integer |
getMaxResults()
The maximum number of node instances to return in one page of results.
|
String |
getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setApplicationInstanceId(String applicationInstanceId)
The node instances' application instance ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of node instances to return in one page of results.
|
void |
setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationInstanceNodeInstancesRequest |
withApplicationInstanceId(String applicationInstanceId)
The node instances' application instance ID.
|
ListApplicationInstanceNodeInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of node instances to return in one page of results.
|
ListApplicationInstanceNodeInstancesRequest |
withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
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 ListApplicationInstanceNodeInstancesRequest()
public void setApplicationInstanceId(String applicationInstanceId)
The node instances' application instance ID.
applicationInstanceId - The node instances' application instance ID.public String getApplicationInstanceId()
The node instances' application instance ID.
public ListApplicationInstanceNodeInstancesRequest withApplicationInstanceId(String applicationInstanceId)
The node instances' application instance ID.
applicationInstanceId - The node instances' application instance ID.public void setMaxResults(Integer maxResults)
The maximum number of node instances to return in one page of results.
maxResults - The maximum number of node instances to return in one page of results.public Integer getMaxResults()
The maximum number of node instances to return in one page of results.
public ListApplicationInstanceNodeInstancesRequest withMaxResults(Integer maxResults)
The maximum number of node instances to return in one page of results.
maxResults - The maximum number of node instances to return in one page of results.public void setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public ListApplicationInstanceNodeInstancesRequest withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.public String toString()
toString in class ObjectObject.toString()public ListApplicationInstanceNodeInstancesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.