@Generated(value="software.amazon.awssdk:codegen") public final class GroupIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupIdentity.Builder,GroupIdentity>
Contains information for a group identity in an access policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupIdentity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The IAM Identity Center ID of the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupIdentity.Builder> |
serializableBuilderClass() |
GroupIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The IAM Identity Center ID of the group.
public GroupIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupIdentity.Builder,GroupIdentity>public static GroupIdentity.Builder builder()
public static Class<? extends GroupIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.