@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Applications list Account ID.
|
ListApplicationsRequestFilters |
getFilters()
Applications list filters.
|
Integer |
getMaxResults()
Maximum results to return when listing applications.
|
String |
getNextToken()
Request next token.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Applications list Account ID.
|
void |
setFilters(ListApplicationsRequestFilters filters)
Applications list filters.
|
void |
setMaxResults(Integer maxResults)
Maximum results to return when listing applications.
|
void |
setNextToken(String nextToken)
Request next token.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsRequest |
withAccountID(String accountID)
Applications list Account ID.
|
ListApplicationsRequest |
withFilters(ListApplicationsRequestFilters filters)
Applications list filters.
|
ListApplicationsRequest |
withMaxResults(Integer maxResults)
Maximum results to return when listing applications.
|
ListApplicationsRequest |
withNextToken(String nextToken)
Request next token.
|
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 setAccountID(String accountID)
Applications list Account ID.
accountID
- Applications list Account ID.public String getAccountID()
Applications list Account ID.
public ListApplicationsRequest withAccountID(String accountID)
Applications list Account ID.
accountID
- Applications list Account ID.public void setFilters(ListApplicationsRequestFilters filters)
Applications list filters.
filters
- Applications list filters.public ListApplicationsRequestFilters getFilters()
Applications list filters.
public ListApplicationsRequest withFilters(ListApplicationsRequestFilters filters)
Applications list filters.
filters
- Applications list filters.public void setMaxResults(Integer maxResults)
Maximum results to return when listing applications.
maxResults
- Maximum results to return when listing applications.public Integer getMaxResults()
Maximum results to return when listing applications.
public ListApplicationsRequest withMaxResults(Integer maxResults)
Maximum results to return when listing applications.
maxResults
- Maximum results to return when listing applications.public void setNextToken(String nextToken)
Request next token.
nextToken
- Request next token.public String getNextToken()
Request next token.
public ListApplicationsRequest withNextToken(String nextToken)
Request next token.
nextToken
- Request next token.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()