@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()
The unique application IDs.
|
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)
The unique application IDs.
|
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)
The unique application IDs.
|
ListAppsRequest |
withAppIds(String... appIds)
The unique application IDs.
|
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 List<String> getAppIds()
The unique application IDs.
public void setAppIds(Collection<String> appIds)
The unique application IDs.
appIds - The unique application IDs.public ListAppsRequest withAppIds(String... appIds)
The unique application IDs.
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 - The unique application IDs.public ListAppsRequest withAppIds(Collection<String> appIds)
The unique application IDs.
appIds - The unique application IDs.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 100. 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 100. 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 100. 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 100. 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 100. 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 © 2023. All rights reserved.