@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 |
getApplicationId()
The identifier of the application from which the user is being deleted.
|
String |
getUserId()
The user email being deleted.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application from which the user is being deleted.
|
void |
setUserId(String userId)
The user email being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserRequest |
withApplicationId(String applicationId)
The identifier of the application from which the user is being deleted.
|
DeleteUserRequest |
withUserId(String userId)
The user email being deleted.
|
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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
The identifier of the application from which the user is being deleted.
applicationId
- The identifier of the application from which the user is being deleted.public String getApplicationId()
The identifier of the application from which the user is being deleted.
public DeleteUserRequest withApplicationId(String applicationId)
The identifier of the application from which the user is being deleted.
applicationId
- The identifier of the application from which the user is being deleted.public void setUserId(String userId)
The user email being deleted.
userId
- The user email being deleted.public String getUserId()
The user email being deleted.
public DeleteUserRequest withUserId(String userId)
The user email being deleted.
userId
- The user email being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()