@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOrganizationsResult() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<OrganizationSummary> |
getOrganizationSummaries()
The overview of owned organizations presented as a list of organization summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListOrganizationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListOrganizationsResult |
withOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
ListOrganizationsResult |
withOrganizationSummaries(OrganizationSummary... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OrganizationSummary> getOrganizationSummaries()
The overview of owned organizations presented as a list of organization summaries.
public void setOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
organizationSummaries
- The overview of owned organizations presented as a list of organization summaries.public ListOrganizationsResult withOrganizationSummaries(OrganizationSummary... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationSummaries(java.util.Collection)
or
withOrganizationSummaries(java.util.Collection)
if you want to override the existing values.
organizationSummaries
- The overview of owned organizations presented as a list of organization summaries.public ListOrganizationsResult withOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
organizationSummaries
- The overview of owned organizations presented as a list of organization summaries.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. The value is "null" when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
public ListOrganizationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. The value is "null" when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public ListOrganizationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.