ToCopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribePrefixListsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>
Contains the output of DescribePrefixLists.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePrefixListsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribePrefixListsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
List<PrefixList> |
prefixLists() |
All available prefix lists.
|
static Class<? extends DescribePrefixListsResponse.Builder> |
serializableBuilderClass() |
|
DescribePrefixListsResponse.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 String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public List<PrefixList> prefixLists()
All available prefix lists.
public DescribePrefixListsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>
public static DescribePrefixListsResponse.Builder builder()
public static Class<? extends DescribePrefixListsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.