@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAppIds()
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setAppIds(Collection<String> appIds)
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsRequest |
withAppIds(Collection<String> appIds)
|
ListAppsRequest |
withAppIds(String... appIds)
|
ListAppsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListAppsRequest |
withNextToken(String nextToken)
The token for the next set 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 void setAppIds(Collection<String> appIds)
appIds - public ListAppsRequest withAppIds(String... appIds)
NOTE: This method appends the values to the existing list (if any). Use
setAppIds(java.util.Collection) or withAppIds(java.util.Collection) if you want to override the
existing values.
appIds - public ListAppsRequest withAppIds(Collection<String> appIds)
appIds - public void setNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListAppsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken value.public Integer getMaxResults()
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken value.
NextToken value.public ListAppsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken value.public String toString()
toString in class ObjectObject.toString()public ListAppsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.