ToCopyableBuilder<AdminListGroupsForUserResponse.Builder,AdminListGroupsForUserResponse>
@Generated("software.amazon.awssdk:codegen") public class AdminListGroupsForUserResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AdminListGroupsForUserResponse.Builder,AdminListGroupsForUserResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminListGroupsForUserResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AdminListGroupsForUserResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GroupType> |
groups() |
The groups that the user belongs to.
|
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 AdminListGroupsForUserResponse.Builder> |
serializableBuilderClass() |
|
AdminListGroupsForUserResponse.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 groups that the user belongs to.
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 AdminListGroupsForUserResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminListGroupsForUserResponse.Builder,AdminListGroupsForUserResponse>
public static AdminListGroupsForUserResponse.Builder builder()
public static Class<? extends AdminListGroupsForUserResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.