@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSavingsPlansPurchaseRecommendationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSavingsPlansPurchaseRecommendationResult() |
Modifier and Type | Method and Description |
---|---|
GetSavingsPlansPurchaseRecommendationResult |
clone() |
boolean |
equals(Object obj) |
SavingsPlansPurchaseRecommendationMetadata |
getMetadata()
Information that regards this specific recommendation set.
|
String |
getNextPageToken()
The token for the next set of retrievable results.
|
SavingsPlansPurchaseRecommendation |
getSavingsPlansPurchaseRecommendation()
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
|
int |
hashCode() |
void |
setMetadata(SavingsPlansPurchaseRecommendationMetadata metadata)
Information that regards this specific recommendation set.
|
void |
setNextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
void |
setSavingsPlansPurchaseRecommendation(SavingsPlansPurchaseRecommendation savingsPlansPurchaseRecommendation)
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
|
String |
toString()
Returns a string representation of this object.
|
GetSavingsPlansPurchaseRecommendationResult |
withMetadata(SavingsPlansPurchaseRecommendationMetadata metadata)
Information that regards this specific recommendation set.
|
GetSavingsPlansPurchaseRecommendationResult |
withNextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetSavingsPlansPurchaseRecommendationResult |
withSavingsPlansPurchaseRecommendation(SavingsPlansPurchaseRecommendation savingsPlansPurchaseRecommendation)
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetSavingsPlansPurchaseRecommendationResult()
public void setMetadata(SavingsPlansPurchaseRecommendationMetadata metadata)
Information that regards this specific recommendation set.
metadata
- Information that regards this specific recommendation set.public SavingsPlansPurchaseRecommendationMetadata getMetadata()
Information that regards this specific recommendation set.
public GetSavingsPlansPurchaseRecommendationResult withMetadata(SavingsPlansPurchaseRecommendationMetadata metadata)
Information that regards this specific recommendation set.
metadata
- Information that regards this specific recommendation set.public void setSavingsPlansPurchaseRecommendation(SavingsPlansPurchaseRecommendation savingsPlansPurchaseRecommendation)
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
savingsPlansPurchaseRecommendation
- Contains your request parameters, Savings Plan Recommendations Summary, and Details.public SavingsPlansPurchaseRecommendation getSavingsPlansPurchaseRecommendation()
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
public GetSavingsPlansPurchaseRecommendationResult withSavingsPlansPurchaseRecommendation(SavingsPlansPurchaseRecommendation savingsPlansPurchaseRecommendation)
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
savingsPlansPurchaseRecommendation
- Contains your request parameters, Savings Plan Recommendations Summary, and Details.public void setNextPageToken(String nextPageToken)
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken
- The token for the next set of retrievable results. Amazon Web Services provides the token when the
response from a previous call has more results than the maximum page size.public String getNextPageToken()
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
public GetSavingsPlansPurchaseRecommendationResult withNextPageToken(String nextPageToken)
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken
- The token for the next set of retrievable results. Amazon Web Services provides the token when the
response from a previous call has more results than the maximum page size.public String toString()
toString
in class Object
Object.toString()
public GetSavingsPlansPurchaseRecommendationResult clone()