@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationStatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListApplicationStatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationStatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getApplicationIds()
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
Integer |
getMaxResults()
Maximum number of results to be returned per page.
|
String |
getNextToken()
If a
NextToken was returned by a previous call, there are more results available. |
int |
hashCode() |
void |
setApplicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
void |
setNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationStatesRequest |
withApplicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
ListApplicationStatesRequest |
withApplicationIds(String... applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
|
ListApplicationStatesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
ListApplicationStatesRequest |
withNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
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 List<String> getApplicationIds()
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
public void setApplicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
applicationIds
- The configurationIds from the Application Discovery Service that uniquely identifies your applications.public ListApplicationStatesRequest withApplicationIds(String... applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationIds(java.util.Collection)
or withApplicationIds(java.util.Collection)
if you want
to override the existing values.
applicationIds
- The configurationIds from the Application Discovery Service that uniquely identifies your applications.public ListApplicationStatesRequest withApplicationIds(Collection<String> applicationIds)
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
applicationIds
- The configurationIds from the Application Discovery Service that uniquely identifies your applications.public void setNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public String getNextToken()
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
NextToken
was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in NextToken
.public ListApplicationStatesRequest withNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public void setMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
maxResults
- Maximum number of results to be returned per page.public Integer getMaxResults()
Maximum number of results to be returned per page.
public ListApplicationStatesRequest withMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
maxResults
- Maximum number of results to be returned per page.public String toString()
toString
in class Object
Object.toString()
public ListApplicationStatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()