@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteUserRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteUserRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getServerId()
 A system-assigned unique identifier for a server instance that has the user assigned to it. | 
| String | getUserName()
 A unique string that identifies a user that is being deleted from a server. | 
| int | hashCode() | 
| void | setServerId(String serverId)
 A system-assigned unique identifier for a server instance that has the user assigned to it. | 
| void | setUserName(String userName)
 A unique string that identifies a user that is being deleted from a server. | 
| String | toString()Returns a string representation of this object. | 
| DeleteUserRequest | withServerId(String serverId)
 A system-assigned unique identifier for a server instance that has the user assigned to it. | 
| DeleteUserRequest | withUserName(String userName)
 A unique string that identifies a user that is being deleted from a server. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServerId(String serverId)
A system-assigned unique identifier for a server instance that has the user assigned to it.
serverId - A system-assigned unique identifier for a server instance that has the user assigned to it.public String getServerId()
A system-assigned unique identifier for a server instance that has the user assigned to it.
public DeleteUserRequest withServerId(String serverId)
A system-assigned unique identifier for a server instance that has the user assigned to it.
serverId - A system-assigned unique identifier for a server instance that has the user assigned to it.public void setUserName(String userName)
A unique string that identifies a user that is being deleted from a server.
userName - A unique string that identifies a user that is being deleted from a server.public String getUserName()
A unique string that identifies a user that is being deleted from a server.
public DeleteUserRequest withUserName(String userName)
A unique string that identifies a user that is being deleted from a server.
userName - A unique string that identifies a user that is being deleted from a server.public String toString()
toString in class ObjectObject.toString()public DeleteUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()