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