Class EntityInfo
- java.lang.Object
-
- software.amazon.awssdk.services.iam.model.EntityInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityInfo.Builder,EntityInfo>
@Generated("software.amazon.awssdk:codegen") public final class EntityInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityInfo.Builder,EntityInfo>
Contains details about the specified entity (user or role).
This data type is an element of the EntityDetails object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Returns the value of the Arn property for this object.static EntityInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the entity (user or role).Stringname()The name of the entity (user or role).Stringpath()The path to the entity (user or role).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EntityInfo.Builder>serializableBuilderClass()EntityInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.PolicyOwnerEntityTypetype()The type of entity (user or role).StringtypeAsString()The type of entity (user or role).-
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
-
arn
public final String arn()
Returns the value of the Arn property for this object.- Returns:
- The value of the Arn property for this object.
-
name
public final String name()
The name of the entity (user or role).
- Returns:
- The name of the entity (user or role).
-
type
public final PolicyOwnerEntityType type()
The type of entity (user or role).
If the service returns an enum value that is not available in the current SDK version,
typewill returnPolicyOwnerEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of entity (user or role).
- See Also:
PolicyOwnerEntityType
-
typeAsString
public final String typeAsString()
The type of entity (user or role).
If the service returns an enum value that is not available in the current SDK version,
typewill returnPolicyOwnerEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of entity (user or role).
- See Also:
PolicyOwnerEntityType
-
id
public final String id()
The identifier of the entity (user or role).
- Returns:
- The identifier of the entity (user or role).
-
path
public final String path()
The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.
- Returns:
- The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.
-
toBuilder
public EntityInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityInfo.Builder,EntityInfo>
-
builder
public static EntityInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-