ToCopyableBuilder<GroupDetail.Builder,GroupDetail>
@Generated("software.amazon.awssdk:codegen") public class GroupDetail extends Object implements ToCopyableBuilder<GroupDetail.Builder,GroupDetail>
Contains information about an IAM group, including all of the group's policies.
This data type is used as a response element in the GetAccountAuthorizationDetails action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GroupDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
|
List<AttachedPolicy> |
attachedManagedPolicies() |
A list of the managed policies attached to the group.
|
static GroupDetail.Builder |
builder() |
|
Date |
createDate() |
The date and time, in ISO 8601 date-time format, when the group was
created.
|
boolean |
equals(Object obj) |
|
String |
groupId() |
The stable and unique string identifying the group.
|
String |
groupName() |
The friendly name that identifies the group.
|
List<PolicyDetail> |
groupPolicyList() |
A list of the inline policies embedded in the group.
|
int |
hashCode() |
|
String |
path() |
The path to the group.
|
static Class<? extends GroupDetail.Builder> |
serializableBuilderClass() |
|
GroupDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String path()
The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
public String groupName()
The friendly name that identifies the group.
public String groupId()
The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
public String arn()
public Date createDate()
The date and time, in ISO 8601 date-time format, when the group was created.
public List<PolicyDetail> groupPolicyList()
A list of the inline policies embedded in the group.
public List<AttachedPolicy> attachedManagedPolicies()
A list of the managed policies attached to the group.
public GroupDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GroupDetail.Builder,GroupDetail>
public static GroupDetail.Builder builder()
public static Class<? extends GroupDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.