ToCopyableBuilder<ListPortfoliosResponse.Builder,ListPortfoliosResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPortfoliosResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPortfoliosResponse.Builder,ListPortfoliosResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPortfoliosResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPortfoliosResponse.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.
|
List<PortfolioDetail> |
portfolioDetails() |
List of detailed portfolio information objects.
|
static Class<? extends ListPortfoliosResponse.Builder> |
serializableBuilderClass() |
|
ListPortfoliosResponse.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<PortfolioDetail> portfolioDetails()
List of detailed portfolio information objects.
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 ListPortfoliosResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPortfoliosResponse.Builder,ListPortfoliosResponse>
public static ListPortfoliosResponse.Builder builder()
public static Class<? extends ListPortfoliosResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.