Class PolicyUser
- java.lang.Object
-
- software.amazon.awssdk.services.iam.model.PolicyUser
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PolicyUser.Builder,PolicyUser>
@Generated("software.amazon.awssdk:codegen") public final class PolicyUser extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyUser.Builder,PolicyUser>
Contains information about a user 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
PolicyUser.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyUser.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends PolicyUser.Builder>
serializableBuilderClass()
PolicyUser.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
userId()
The stable and unique string identifying the user.String
userName()
The name (friendly name, not ARN) identifying the user.-
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
-
userName
public final String userName()
The name (friendly name, not ARN) identifying the user.
- Returns:
- The name (friendly name, not ARN) identifying the user.
-
userId
public final String userId()
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
- Returns:
- The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
-
toBuilder
public PolicyUser.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PolicyUser.Builder,PolicyUser>
-
builder
public static PolicyUser.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyUser.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-