Class PolicyRole
- java.lang.Object
-
- software.amazon.awssdk.services.iam.model.PolicyRole
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PolicyRole.Builder,PolicyRole>
@Generated("software.amazon.awssdk:codegen") public final class PolicyRole extends Object implements SdkPojo, Serializable, 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 operation.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PolicyRole.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyRole.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(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.List<SdkField<?>>
sdkFields()
static Class<? extends PolicyRole.Builder>
serializableBuilderClass()
PolicyRole.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleName
public final String roleName()
The name (friendly name, not ARN) identifying the role.
- Returns:
- The name (friendly name, not ARN) identifying the role.
-
roleId
public final String roleId()
The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.
- Returns:
- The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.
-
toBuilder
public PolicyRole.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PolicyRole.Builder,PolicyRole>
-
builder
public static PolicyRole.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyRole.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-