@Generated(value="software.amazon.awssdk:codegen") public final class PolicyRole extends Object implements ToCopyableBuilder<PolicyRole.Builder,PolicyRole>
Contains information about a role that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy action.
For more information about managed policies, refer to Managed Policies and Inline Policies in the Using IAM guide.
Modifier and Type | Class and Description |
---|---|
static interface |
PolicyRole.Builder |
Modifier and Type | Method and Description |
---|---|
static PolicyRole.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleId()
The stable and unique string identifying the role.
|
String |
roleName()
The name (friendly name, not ARN) identifying the role.
|
static Class<? extends PolicyRole.Builder> |
serializableBuilderClass() |
PolicyRole.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String roleName()
The name (friendly name, not ARN) identifying the role.
public String roleId()
The stable and unique string identifying the role. For more information about IDs, see IAM Identifiers in the IAM User Guide.
public PolicyRole.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PolicyRole.Builder,PolicyRole>
public static PolicyRole.Builder builder()
public static Class<? extends PolicyRole.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.