@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableUserRequest() |
Modifier and Type | Method and Description |
---|---|
DisableUserRequest |
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.
|
DisableUserRequest |
withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DisableUserRequest |
withAuthenticationType(String authenticationType)
The authentication type for the user.
|
DisableUserRequest |
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, withSdkRequestTimeout
public 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 DisableUserRequest 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.AuthenticationType
public String getAuthenticationType()
The authentication type for the user. You must specify USERPOOL.
AuthenticationType
public DisableUserRequest withAuthenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType
- The authentication type for the user. You must specify USERPOOL.AuthenticationType
public DisableUserRequest withAuthenticationType(AuthenticationType authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType
- The authentication type for the user. You must specify USERPOOL.AuthenticationType
public String toString()
toString
in class Object
Object.toString()
public DisableUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()