@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUserResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
The identifier for a user in the identity store.
|
String |
getUserName()
Contains the user’s user name value.
|
int |
hashCode() |
void |
setUserId(String userId)
The identifier for a user in the identity store.
|
void |
setUserName(String userName)
Contains the user’s user name value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUserResult |
withUserId(String userId)
The identifier for a user in the identity store.
|
DescribeUserResult |
withUserName(String userName)
Contains the user’s user name value.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserName(String userName)
Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters,
accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded.
This value is specified at the time the user is created and stored as an attribute of the user object in the
identity store.
userName
- Contains the user’s user name value. The length limit is 128 characters. This value can consist of
letters, accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded. This value is specified at the time the user is created and stored as an attribute of the
user object in the identity store.public String getUserName()
Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters,
accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded.
This value is specified at the time the user is created and stored as an attribute of the user object in the
identity store.
<>;:%
are excluded. This value is specified at the time the user is created and stored as an attribute of the
user object in the identity store.public DescribeUserResult withUserName(String userName)
Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters,
accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded.
This value is specified at the time the user is created and stored as an attribute of the user object in the
identity store.
userName
- Contains the user’s user name value. The length limit is 128 characters. This value can consist of
letters, accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded. This value is specified at the time the user is created and stored as an attribute of the
user object in the identity store.public void setUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public String getUserId()
The identifier for a user in the identity store.
public DescribeUserResult withUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public String toString()
toString
in class Object
Object.toString()
public DescribeUserResult clone()
Copyright © 2021. All rights reserved.