@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationRecommendationResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOrganizationRecommendationResourcesResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListOrganizationRecommendationResourcesResult()
public 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 ListOrganizationRecommendationResourcesResult 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 List<OrganizationRecommendationResourceSummary> getOrganizationRecommendationResourceSummaries()
A list of Recommendation Resources
public void setOrganizationRecommendationResourceSummaries(Collection<OrganizationRecommendationResourceSummary> organizationRecommendationResourceSummaries)
A list of Recommendation Resources
organizationRecommendationResourceSummaries
- A list of Recommendation Resourcespublic ListOrganizationRecommendationResourcesResult withOrganizationRecommendationResourceSummaries(OrganizationRecommendationResourceSummary... organizationRecommendationResourceSummaries)
A list of Recommendation Resources
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationRecommendationResourceSummaries(java.util.Collection)
or
withOrganizationRecommendationResourceSummaries(java.util.Collection)
if you want to override the
existing values.
organizationRecommendationResourceSummaries
- A list of Recommendation Resourcespublic ListOrganizationRecommendationResourcesResult withOrganizationRecommendationResourceSummaries(Collection<OrganizationRecommendationResourceSummary> organizationRecommendationResourceSummaries)
A list of Recommendation Resources
organizationRecommendationResourceSummaries
- A list of Recommendation Resourcespublic String toString()
toString
in class Object
Object.toString()
public ListOrganizationRecommendationResourcesResult clone()