ToCopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListHapgsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListHapgsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListHapgsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
hapgList() |
The list of high-availability partition groups.
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends ListHapgsResponse.Builder> |
serializableBuilderClass() |
|
ListHapgsResponse.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> hapgList()
The list of high-availability partition groups.
public String nextToken()
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
public ListHapgsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
public static ListHapgsResponse.Builder builder()
public static Class<? extends ListHapgsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.