@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()
Information about the Amazon Web Services accounts with access to the portfolio.
|
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
|
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListPortfolioAccessResult |
withAccountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
|
ListPortfolioAccessResult |
withAccountIds(String... accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
|
ListPortfolioAccessResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAccountIds()
Information about the Amazon Web Services accounts with access to the portfolio.
public void setAccountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
accountIds
- Information about the Amazon Web Services accounts with access to the portfolio.public ListPortfolioAccessResult withAccountIds(String... accountIds)
Information about the Amazon Web Services accounts 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
- Information about the Amazon Web Services accounts with access to the portfolio.public ListPortfolioAccessResult withAccountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
accountIds
- Information about the Amazon Web Services accounts with access to the portfolio.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 ListPortfolioAccessResult 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 ListPortfolioAccessResult clone()