@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationRecommendationAccountsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOrganizationRecommendationAccountsResult() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationRecommendationAccountsResult |
clone() |
boolean |
equals(Object obj) |
List<AccountRecommendationLifecycleSummary> |
getAccountRecommendationLifecycleSummaries()
The account recommendations lifecycles that are applicable to the Recommendation
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setAccountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListOrganizationRecommendationAccountsResult |
withAccountRecommendationLifecycleSummaries(AccountRecommendationLifecycleSummary... accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
|
ListOrganizationRecommendationAccountsResult |
withAccountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
|
ListOrganizationRecommendationAccountsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListOrganizationRecommendationAccountsResult()
public List<AccountRecommendationLifecycleSummary> getAccountRecommendationLifecycleSummaries()
The account recommendations lifecycles that are applicable to the Recommendation
public void setAccountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
accountRecommendationLifecycleSummaries
- The account recommendations lifecycles that are applicable to the Recommendationpublic ListOrganizationRecommendationAccountsResult withAccountRecommendationLifecycleSummaries(AccountRecommendationLifecycleSummary... accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
NOTE: This method appends the values to the existing list (if any). Use
setAccountRecommendationLifecycleSummaries(java.util.Collection)
or
withAccountRecommendationLifecycleSummaries(java.util.Collection)
if you want to override the existing
values.
accountRecommendationLifecycleSummaries
- The account recommendations lifecycles that are applicable to the Recommendationpublic ListOrganizationRecommendationAccountsResult withAccountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries)
The account recommendations lifecycles that are applicable to the Recommendation
accountRecommendationLifecycleSummaries
- The account recommendations lifecycles that are applicable to the Recommendationpublic void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListOrganizationRecommendationAccountsResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListOrganizationRecommendationAccountsResult clone()