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