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 interface
Group.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-