@Generated(value="software.amazon.awssdk:codegen") public final class GroupType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupType.Builder,GroupType>
The group type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupType.Builder |
builder() |
Instant |
creationDate()
The date the group was created.
|
String |
description()
A string containing the description of the group.
|
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() |
Instant |
lastModifiedDate()
The date the group was last modified.
|
Integer |
precedence()
A nonnegative integer value that specifies the precedence of this group relative to the other groups that a user
can belong to in the user pool.
|
String |
roleArn()
The role ARN for the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupType.Builder> |
serializableBuilderClass() |
GroupType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name of the group.
public final String userPoolId()
The user pool ID for the user pool.
public final String description()
A string containing the description of the group.
public final String roleArn()
The role ARN for the group.
public final Integer precedence()
A nonnegative integer value that specifies the precedence of this group relative to the other groups that a user
can belong to in the user pool. If a user belongs to two or more groups, it is the group with the highest
precedence whose role ARN will be used in the cognito:roles and cognito:preferred_role
claims in the user's tokens. Groups with higher Precedence values take precedence over groups with
lower Precedence values or with null Precedence values.
Two groups can have the same Precedence value. If this happens, neither group takes precedence over
the other. If two groups with the same Precedence have the same role ARN, that role is used in the
cognito:preferred_role claim in tokens for users in each group. If the two groups have different
role ARNs, the cognito:preferred_role claim is not set in users' tokens.
The default Precedence value is null.
cognito:roles and
cognito:preferred_role claims in the user's tokens. Groups with higher
Precedence values take precedence over groups with lower Precedence values or
with null Precedence values.
Two groups can have the same Precedence value. If this happens, neither group takes
precedence over the other. If two groups with the same Precedence have the same role ARN,
that role is used in the cognito:preferred_role claim in tokens for users in each group. If
the two groups have different role ARNs, the cognito:preferred_role claim is not set in
users' tokens.
The default Precedence value is null.
public final Instant lastModifiedDate()
The date the group was last modified.
public final Instant creationDate()
The date the group was created.
public GroupType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupType.Builder,GroupType>public static GroupType.Builder builder()
public static Class<? extends GroupType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.