ToCopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPortfolioAccessResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPortfolioAccessResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
accountIds() |
List of account IDs associated with access to the portfolio.
|
static ListPortfolioAccessResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
static Class<? extends ListPortfolioAccessResponse.Builder> |
serializableBuilderClass() |
|
ListPortfolioAccessResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> accountIds()
List of account IDs associated with access to the portfolio.
public 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.
public ListPortfolioAccessResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
public static ListPortfolioAccessResponse.Builder builder()
public static Class<? extends ListPortfolioAccessResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.