@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSavingsPlansPurchaseRecommendationGenerationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSavingsPlansPurchaseRecommendationGenerationRequest() |
Modifier and Type | Method and Description |
---|---|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGenerationStatus()
The status of the recommendation generation.
|
String |
getNextPageToken()
The token to retrieve the next set of results.
|
Integer |
getPageSize()
The number of recommendations that you want returned in a single response object.
|
List<String> |
getRecommendationIds()
The IDs for each specific recommendation.
|
int |
hashCode() |
void |
setGenerationStatus(String generationStatus)
The status of the recommendation generation.
|
void |
setNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
void |
setPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
|
void |
setRecommendationIds(Collection<String> recommendationIds)
The IDs for each specific recommendation.
|
String |
toString()
Returns a string representation of this object.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withGenerationStatus(GenerationStatus generationStatus)
The status of the recommendation generation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withGenerationStatus(String generationStatus)
The status of the recommendation generation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withRecommendationIds(Collection<String> recommendationIds)
The IDs for each specific recommendation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest |
withRecommendationIds(String... recommendationIds)
The IDs for each specific recommendation.
|
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 ListSavingsPlansPurchaseRecommendationGenerationRequest()
public void setGenerationStatus(String generationStatus)
The status of the recommendation generation.
generationStatus
- The status of the recommendation generation.GenerationStatus
public String getGenerationStatus()
The status of the recommendation generation.
GenerationStatus
public ListSavingsPlansPurchaseRecommendationGenerationRequest withGenerationStatus(String generationStatus)
The status of the recommendation generation.
generationStatus
- The status of the recommendation generation.GenerationStatus
public ListSavingsPlansPurchaseRecommendationGenerationRequest withGenerationStatus(GenerationStatus generationStatus)
The status of the recommendation generation.
generationStatus
- The status of the recommendation generation.GenerationStatus
public List<String> getRecommendationIds()
The IDs for each specific recommendation.
public void setRecommendationIds(Collection<String> recommendationIds)
The IDs for each specific recommendation.
recommendationIds
- The IDs for each specific recommendation.public ListSavingsPlansPurchaseRecommendationGenerationRequest withRecommendationIds(String... recommendationIds)
The IDs for each specific recommendation.
NOTE: This method appends the values to the existing list (if any). Use
setRecommendationIds(java.util.Collection)
or withRecommendationIds(java.util.Collection)
if
you want to override the existing values.
recommendationIds
- The IDs for each specific recommendation.public ListSavingsPlansPurchaseRecommendationGenerationRequest withRecommendationIds(Collection<String> recommendationIds)
The IDs for each specific recommendation.
recommendationIds
- The IDs for each specific recommendation.public void setPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
pageSize
- The number of recommendations that you want returned in a single response object.public Integer getPageSize()
The number of recommendations that you want returned in a single response object.
public ListSavingsPlansPurchaseRecommendationGenerationRequest withPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
pageSize
- The number of recommendations that you want returned in a single response object.public void setNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
nextPageToken
- The token to retrieve the next set of results.public String getNextPageToken()
The token to retrieve the next set of results.
public ListSavingsPlansPurchaseRecommendationGenerationRequest withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
nextPageToken
- The token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListSavingsPlansPurchaseRecommendationGenerationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()