@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.
|
int |
hashCode() |
void |
setUserId(String userId)
The unique identifier of the updated user.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserResult |
withUserId(String userId)
The unique identifier of the updated user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUserId(String userId)
The unique identifier of the updated user.
userId - The unique identifier of the updated user.public String getUserId()
The unique identifier of the updated user.
public UpdateUserResult withUserId(String userId)
The unique identifier of the updated user.
userId - The unique identifier of the updated user.public String toString()
toString in class ObjectObject.toString()public UpdateUserResult clone()