ToCopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUsersInGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUsersInGroupResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListUsersInGroupResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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 ListUsersInGroupResponse.Builder> |
serializableBuilderClass() |
|
ListUsersInGroupResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UserType> |
users() |
The users returned in the request to list users.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<UserType> users()
The users returned in the request to list users.
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 ListUsersInGroupResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
public static ListUsersInGroupResponse.Builder builder()
public static Class<? extends ListUsersInGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.