@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateUserResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
The unique identifier of the updated user account.
|
int |
hashCode() |
void |
setUserId(String userId)
The unique identifier of the updated user account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserResult |
withUserId(String userId)
The unique identifier of the updated user account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The unique identifier of the updated user account.
userId
- The unique identifier of the updated user account.public String getUserId()
The unique identifier of the updated user account.
public UpdateUserResult withUserId(String userId)
The unique identifier of the updated user account.
userId
- The unique identifier of the updated user account.public String toString()
toString
in class Object
Object.toString()
public UpdateUserResult clone()