ToCopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListGroupsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListGroupsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListGroupsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GroupType> |
groups() |
The group objects for the groups.
|
int |
hashCode() |
|
String |
nextToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
static Class<? extends ListGroupsResponse.Builder> |
serializableBuilderClass() |
|
ListGroupsResponse.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<GroupType> groups()
The group objects for the groups.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListGroupsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
public static ListGroupsResponse.Builder builder()
public static Class<? extends ListGroupsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.