@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DisableUserResult clone()
Copyright © 2023. All rights reserved.