@Generated(value="software.amazon.awssdk:codegen") public final class Group extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Group.Builder,Group>
A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.
Modifier and Type | Class and Description |
---|---|
static interface |
Group.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) for the group.
|
static Group.Builder |
builder() |
String |
description()
The group description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the group.
|
int |
hashCode() |
String |
principalId()
The principal ID of the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Group.Builder> |
serializableBuilderClass() |
Group.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) for the group.
public final String groupName()
The name of the group.
public final String description()
The group description.
public final String principalId()
The principal ID of the group.
public Group.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Group.Builder,Group>
public static Group.Builder builder()
public static Class<? extends Group.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.