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