@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecommendationSummariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRecommendationSummariesRequest() |
Modifier and Type | Method and Description |
---|---|
GetRecommendationSummariesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The AWS account IDs for which to return recommendation summaries.
|
Integer |
getMaxResults()
The maximum number of recommendation summaries to return with a single call.
|
String |
getNextToken()
The token to advance to the next page of recommendation summaries.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The AWS account IDs for which to return recommendation summaries.
|
void |
setMaxResults(Integer maxResults)
The maximum number of recommendation summaries to return with a single call.
|
void |
setNextToken(String nextToken)
The token to advance to the next page of recommendation summaries.
|
String |
toString()
Returns a string representation of this object.
|
GetRecommendationSummariesRequest |
withAccountIds(Collection<String> accountIds)
The AWS account IDs for which to return recommendation summaries.
|
GetRecommendationSummariesRequest |
withAccountIds(String... accountIds)
The AWS account IDs for which to return recommendation summaries.
|
GetRecommendationSummariesRequest |
withMaxResults(Integer maxResults)
The maximum number of recommendation summaries to return with a single call.
|
GetRecommendationSummariesRequest |
withNextToken(String nextToken)
The token to advance to the next page of recommendation summaries.
|
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> getAccountIds()
The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
Only one account ID can be specified per request.
public void setAccountIds(Collection<String> accountIds)
The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
accountIds
- The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
public GetRecommendationSummariesRequest withAccountIds(String... accountIds)
The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
public GetRecommendationSummariesRequest withAccountIds(Collection<String> accountIds)
The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
accountIds
- The AWS account IDs for which to return recommendation summaries.
Only one account ID can be specified per request.
public void setNextToken(String nextToken)
The token to advance to the next page of recommendation summaries.
nextToken
- The token to advance to the next page of recommendation summaries.public String getNextToken()
The token to advance to the next page of recommendation summaries.
public GetRecommendationSummariesRequest withNextToken(String nextToken)
The token to advance to the next page of recommendation summaries.
nextToken
- The token to advance to the next page of recommendation summaries.public void setMaxResults(Integer maxResults)
The maximum number of recommendation summaries to return with a single call.
To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of recommendation summaries to return with a single call.
To retrieve the remaining results, make another call with the returned NextToken
value.
public Integer getMaxResults()
The maximum number of recommendation summaries to return with a single call.
To retrieve the remaining results, make another call with the returned NextToken
value.
To retrieve the remaining results, make another call with the returned NextToken
value.
public GetRecommendationSummariesRequest withMaxResults(Integer maxResults)
The maximum number of recommendation summaries to return with a single call.
To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of recommendation summaries to return with a single call.
To retrieve the remaining results, make another call with the returned NextToken
value.
public String toString()
toString
in class Object
Object.toString()
public GetRecommendationSummariesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.