@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 |
getAuthenticationType()
The authentication type for the user.
|
String |
getUserName()
The email address of the user.
|
int |
hashCode() |
void |
setAuthenticationType(String authenticationType)
The authentication type for the user.
|
void |
setUserName(String userName)
The email address of the user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserRequest |
withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DeleteUserRequest |
withAuthenticationType(String authenticationType)
The authentication type for the user.
|
DeleteUserRequest |
withUserName(String userName)
The email address of the user.
|
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 setUserName(String userName)
The email address of the user.
Users' email addresses are case-sensitive.
userName - The email address of the user. Users' email addresses are case-sensitive.
public String getUserName()
The email address of the user.
Users' email addresses are case-sensitive.
Users' email addresses are case-sensitive.
public DeleteUserRequest withUserName(String userName)
The email address of the user.
Users' email addresses are case-sensitive.
userName - The email address of the user. Users' email addresses are case-sensitive.
public void setAuthenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType - The authentication type for the user. You must specify USERPOOL.AuthenticationTypepublic String getAuthenticationType()
The authentication type for the user. You must specify USERPOOL.
AuthenticationTypepublic DeleteUserRequest withAuthenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType - The authentication type for the user. You must specify USERPOOL.AuthenticationTypepublic DeleteUserRequest withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType - The authentication type for the user. You must specify USERPOOL.AuthenticationTypepublic String toString()
toString in class ObjectObject.toString()public DeleteUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()