@Generated(value="software.amazon.awssdk:codegen") public final class PolicyGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyGroup.Builder,PolicyGroup>
Contains information about a group that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy operation.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PolicyGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The stable and unique string identifying the group.
|
String |
groupName()
The name (friendly name, not ARN) identifying the group.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PolicyGroup.Builder> |
serializableBuilderClass() |
PolicyGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name (friendly name, not ARN) identifying the group.
public final String groupId()
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
public PolicyGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PolicyGroup.Builder,PolicyGroup>public static PolicyGroup.Builder builder()
public static Class<? extends PolicyGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.