@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationPortfolioAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOrganizationPortfolioAccessResult() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationPortfolioAccessResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
List<OrganizationNode> |
getOrganizationNodes()
Displays information about the organization nodes.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setOrganizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
|
String |
toString()
Returns a string representation of this object.
|
ListOrganizationPortfolioAccessResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListOrganizationPortfolioAccessResult |
withOrganizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
|
ListOrganizationPortfolioAccessResult |
withOrganizationNodes(OrganizationNode... organizationNodes)
Displays information about the organization nodes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListOrganizationPortfolioAccessResult()
public List<OrganizationNode> getOrganizationNodes()
Displays information about the organization nodes.
public void setOrganizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
organizationNodes
- Displays information about the organization nodes.public ListOrganizationPortfolioAccessResult withOrganizationNodes(OrganizationNode... organizationNodes)
Displays information about the organization nodes.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationNodes(java.util.Collection)
or withOrganizationNodes(java.util.Collection)
if
you want to override the existing values.
organizationNodes
- Displays information about the organization nodes.public ListOrganizationPortfolioAccessResult withOrganizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
organizationNodes
- Displays information about the organization nodes.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListOrganizationPortfolioAccessResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString
in class Object
Object.toString()
public ListOrganizationPortfolioAccessResult clone()