Class Group
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.Group
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Group.Builder,Group>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) for the group.static Group.Builderbuilder()Stringdescription()The group description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupName()The name of the group.inthashCode()StringprincipalId()The principal ID of the group.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Group.Builder>serializableBuilderClass()Group.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the group.
- Returns:
- The Amazon Resource Name (ARN) for the group.
-
groupName
public final String groupName()
The name of the group.
- Returns:
- The name of the group.
-
description
public final String description()
The group description.
- Returns:
- The group description.
-
principalId
public final String principalId()
The principal ID of the group.
- Returns:
- The principal ID of the group.
-
toBuilder
public Group.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Group.Builder,Group>
-
builder
public static Group.Builder builder()
-
serializableBuilderClass
public static Class<? extends Group.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-