@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminSetUserMFAPreferenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AdminSetUserMFAPreferenceRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserMFAPreferenceRequest |
clone() |
boolean |
equals(Object obj) |
SMSMfaSettingsType |
getSMSMfaSettings()
The SMS text message MFA settings.
|
SoftwareTokenMfaSettingsType |
getSoftwareTokenMfaSettings()
The time-based one-time password software token MFA settings.
|
String |
getUsername()
The username of the user that you want to query or modify.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setSMSMfaSettings(SMSMfaSettingsType sMSMfaSettings)
The SMS text message MFA settings.
|
void |
setSoftwareTokenMfaSettings(SoftwareTokenMfaSettingsType softwareTokenMfaSettings)
The time-based one-time password software token MFA settings.
|
void |
setUsername(String username)
The username of the user that you want to query or modify.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
AdminSetUserMFAPreferenceRequest |
withSMSMfaSettings(SMSMfaSettingsType sMSMfaSettings)
The SMS text message MFA settings.
|
AdminSetUserMFAPreferenceRequest |
withSoftwareTokenMfaSettings(SoftwareTokenMfaSettingsType softwareTokenMfaSettings)
The time-based one-time password software token MFA settings.
|
AdminSetUserMFAPreferenceRequest |
withUsername(String username)
The username of the user that you want to query or modify.
|
AdminSetUserMFAPreferenceRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, copyBaseTo, 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 setSMSMfaSettings(SMSMfaSettingsType sMSMfaSettings)
The SMS text message MFA settings.
sMSMfaSettings - The SMS text message MFA settings.public SMSMfaSettingsType getSMSMfaSettings()
The SMS text message MFA settings.
public AdminSetUserMFAPreferenceRequest withSMSMfaSettings(SMSMfaSettingsType sMSMfaSettings)
The SMS text message MFA settings.
sMSMfaSettings - The SMS text message MFA settings.public void setSoftwareTokenMfaSettings(SoftwareTokenMfaSettingsType softwareTokenMfaSettings)
The time-based one-time password software token MFA settings.
softwareTokenMfaSettings - The time-based one-time password software token MFA settings.public SoftwareTokenMfaSettingsType getSoftwareTokenMfaSettings()
The time-based one-time password software token MFA settings.
public AdminSetUserMFAPreferenceRequest withSoftwareTokenMfaSettings(SoftwareTokenMfaSettingsType softwareTokenMfaSettings)
The time-based one-time password software token MFA settings.
softwareTokenMfaSettings - The time-based one-time password software token MFA settings.public void setUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username - The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username isn't an alias
attribute in your user pool, you can also use their sub in this request.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username isn't an alias
attribute in your user pool, you can also use their sub in this request.public AdminSetUserMFAPreferenceRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username - The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username isn't an alias
attribute in your user pool, you can also use their sub in this request.public void setUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public String getUserPoolId()
The user pool ID.
public AdminSetUserMFAPreferenceRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public String toString()
toString in class ObjectObject.toString()public AdminSetUserMFAPreferenceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.