@Generated(value="software.amazon.awssdk:codegen") public final class IAMUserIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IAMUserIdentity.Builder,IAMUserIdentity>
Contains information about an Identity and Access Management user.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IAMUserIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the IAM user.
|
static IAMUserIdentity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IAMUserIdentity.Builder> |
serializableBuilderClass() |
IAMUserIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide.
If you delete the IAM user, access policies that contain this identity include an empty arn. You can
delete the access policy for the IAM user that no longer exists.
If you delete the IAM user, access policies that contain this identity include an empty arn.
You can delete the access policy for the IAM user that no longer exists.
public IAMUserIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IAMUserIdentity.Builder,IAMUserIdentity>public static IAMUserIdentity.Builder builder()
public static Class<? extends IAMUserIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.