@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSavingsPlansPurchaseRecommendationGenerationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSavingsPlansPurchaseRecommendationGenerationResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSavingsPlansPurchaseRecommendationGenerationResult |
clone() |
boolean |
equals(Object obj) |
List<GenerationSummary> |
getGenerationSummaryList()
The list of historical recommendation generations.
|
String |
getNextPageToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
|
void |
setNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListSavingsPlansPurchaseRecommendationGenerationResult |
withGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResult |
withGenerationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResult |
withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListSavingsPlansPurchaseRecommendationGenerationResult()
public List<GenerationSummary> getGenerationSummaryList()
The list of historical recommendation generations.
public void setGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
generationSummaryList - The list of historical recommendation generations.public ListSavingsPlansPurchaseRecommendationGenerationResult withGenerationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
NOTE: This method appends the values to the existing list (if any). Use
setGenerationSummaryList(java.util.Collection) or
withGenerationSummaryList(java.util.Collection) if you want to override the existing values.
generationSummaryList - The list of historical recommendation generations.public ListSavingsPlansPurchaseRecommendationGenerationResult withGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
generationSummaryList - The list of historical recommendation generations.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 ListSavingsPlansPurchaseRecommendationGenerationResult 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 ObjectObject.toString()public ListSavingsPlansPurchaseRecommendationGenerationResult clone()