@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IAMUserIdentity extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an Identity and Access Management user.
Constructor and Description |
---|
IAMUserIdentity() |
Modifier and Type | Method and Description |
---|---|
IAMUserIdentity |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the IAM user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the IAM user.
|
String |
toString()
Returns a string representation of this object.
|
IAMUserIdentity |
withArn(String arn)
The ARN of the IAM user.
|
public void setArn(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.
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.
public String getArn()
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 withArn(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.
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.
public String toString()
toString
in class Object
Object.toString()
public IAMUserIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.