@Generated(value="software.amazon.awssdk:codegen") public final class ListUserGroupsResponse extends QuickSightResponse implements ToCopyableBuilder<ListUserGroupsResponse.Builder,ListUserGroupsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUserGroupsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUserGroupsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<Group> |
groupList()
The list of groups the user is a member of.
|
int |
hashCode() |
String |
nextToken()
A pagination token that can be used in a subsequent request.
|
String |
requestId()
The AWS request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUserGroupsResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
ListUserGroupsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Group> groupList()
The list of groups the user is a member of.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
A pagination token that can be used in a subsequent request.
public String requestId()
The AWS request ID for this operation.
public Integer status()
The HTTP status of the request.
public ListUserGroupsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListUserGroupsResponse.Builder,ListUserGroupsResponse>toBuilder in class AwsResponsepublic static ListUserGroupsResponse.Builder builder()
public static Class<? extends ListUserGroupsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.