@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPortfolioAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPortfolioAccessResult() |
Modifier and Type | Method and Description |
---|---|
ListPortfolioAccessResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
List of account IDs associated with access to the portfolio.
|
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
|
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListPortfolioAccessResult |
withAccountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
|
ListPortfolioAccessResult |
withAccountIds(String... accountIds)
List of account IDs associated with access to the portfolio.
|
ListPortfolioAccessResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAccountIds()
List of account IDs associated with access to the portfolio.
public void setAccountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
accountIds
- List of account IDs associated with access to the portfolio.public ListPortfolioAccessResult withAccountIds(String... accountIds)
List of account IDs associated with access to the portfolio.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- List of account IDs associated with access to the portfolio.public ListPortfolioAccessResult withAccountIds(Collection<String> accountIds)
List of account IDs associated with access to the portfolio.
accountIds
- List of account IDs associated with access to the portfolio.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListPortfolioAccessResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String toString()
toString
in class Object
Object.toString()
public ListPortfolioAccessResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.