ToCopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListInstanceGroupsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>
This input determines which instance groups to retrieve.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListInstanceGroupsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListInstanceGroupsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<InstanceGroup> |
instanceGroups() |
The list of instance groups for the cluster and given filters.
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListInstanceGroupsResponse.Builder> |
serializableBuilderClass() |
|
ListInstanceGroupsResponse.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<InstanceGroup> instanceGroups()
The list of instance groups for the cluster and given filters.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListInstanceGroupsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>
public static ListInstanceGroupsResponse.Builder builder()
public static Class<? extends ListInstanceGroupsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.