@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserIdentity extends Object implements Serializable, Cloneable, StructuredPojo
Contains information for a user identity in an access policy.
| Constructor and Description |
|---|
UserIdentity() |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The AWS SSO ID of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setId(String id)
The AWS SSO ID of the user.
|
String |
toString()
Returns a string representation of this object.
|
UserIdentity |
withId(String id)
The AWS SSO ID of the user.
|
public void setId(String id)
The AWS SSO ID of the user.
id - The AWS SSO ID of the user.public String getId()
The AWS SSO ID of the user.
public UserIdentity withId(String id)
The AWS SSO ID of the user.
id - The AWS SSO ID of the user.public String toString()
toString in class ObjectObject.toString()public UserIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.