@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server from the request to get information about the user.
Constructor and Description |
---|
GetUserResult() |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
clone() |
boolean |
equals(Object obj) |
List<MFAOptionType> |
getMFAOptions()
This response parameter is no longer supported. It provides information only about SMS MFA configurations.
|
String |
getPreferredMfaSetting()
The user's preferred MFA setting.
|
List<AttributeType> |
getUserAttributes()
An array of name-value pairs representing user attributes.
|
List<String> |
getUserMFASettingList()
The MFA options that are enabled for the user.
|
String |
getUsername()
The user name of the user you wish to retrieve from the get user request.
|
int |
hashCode() |
void |
setMFAOptions(Collection<MFAOptionType> mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations.
|
void |
setPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
|
void |
setUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
setUserMFASettingList(Collection<String> userMFASettingList)
The MFA options that are enabled for the user.
|
void |
setUsername(String username)
The user name of the user you wish to retrieve from the get user request.
|
String |
toString()
Returns a string representation of this object.
|
GetUserResult |
withMFAOptions(Collection<MFAOptionType> mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations.
|
GetUserResult |
withMFAOptions(MFAOptionType... mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations.
|
GetUserResult |
withPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
|
GetUserResult |
withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
GetUserResult |
withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
GetUserResult |
withUserMFASettingList(Collection<String> userMFASettingList)
The MFA options that are enabled for the user.
|
GetUserResult |
withUserMFASettingList(String... userMFASettingList)
The MFA options that are enabled for the user.
|
GetUserResult |
withUsername(String username)
The user name of the user you wish to retrieve from the get user request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUsername(String username)
The user name of the user you wish to retrieve from the get user request.
username
- The user name of the user you wish to retrieve from the get user request.public String getUsername()
The user name of the user you wish to retrieve from the get user request.
public GetUserResult withUsername(String username)
The user name of the user you wish to retrieve from the get user request.
username
- The user name of the user you wish to retrieve from the get user request.public List<AttributeType> getUserAttributes()
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public void setUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
userAttributes
- An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public GetUserResult withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
NOTE: This method appends the values to the existing list (if any). Use
setUserAttributes(java.util.Collection)
or withUserAttributes(java.util.Collection)
if you want
to override the existing values.
userAttributes
- An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public GetUserResult withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
userAttributes
- An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public List<MFAOptionType> getMFAOptions()
This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
public void setMFAOptions(Collection<MFAOptionType> mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
mFAOptions
- This response parameter is no longer supported. It provides information only about SMS MFA
configurations. It doesn't provide information about TOTP software token MFA configurations. To look up
information about either type of MFA configuration, use UserMFASettingList instead.public GetUserResult withMFAOptions(MFAOptionType... mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
NOTE: This method appends the values to the existing list (if any). Use
setMFAOptions(java.util.Collection)
or withMFAOptions(java.util.Collection)
if you want to
override the existing values.
mFAOptions
- This response parameter is no longer supported. It provides information only about SMS MFA
configurations. It doesn't provide information about TOTP software token MFA configurations. To look up
information about either type of MFA configuration, use UserMFASettingList instead.public GetUserResult withMFAOptions(Collection<MFAOptionType> mFAOptions)
This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
mFAOptions
- This response parameter is no longer supported. It provides information only about SMS MFA
configurations. It doesn't provide information about TOTP software token MFA configurations. To look up
information about either type of MFA configuration, use UserMFASettingList instead.public void setPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
preferredMfaSetting
- The user's preferred MFA setting.public String getPreferredMfaSetting()
The user's preferred MFA setting.
public GetUserResult withPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
preferredMfaSetting
- The user's preferred MFA setting.public List<String> getUserMFASettingList()
The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and
SOFTWARE_TOKEN_MFA
.
SMS_MFA
and SOFTWARE_TOKEN_MFA
.public void setUserMFASettingList(Collection<String> userMFASettingList)
The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and
SOFTWARE_TOKEN_MFA
.
userMFASettingList
- The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and SOFTWARE_TOKEN_MFA
.public GetUserResult withUserMFASettingList(String... userMFASettingList)
The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and
SOFTWARE_TOKEN_MFA
.
NOTE: This method appends the values to the existing list (if any). Use
setUserMFASettingList(java.util.Collection)
or withUserMFASettingList(java.util.Collection)
if
you want to override the existing values.
userMFASettingList
- The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and SOFTWARE_TOKEN_MFA
.public GetUserResult withUserMFASettingList(Collection<String> userMFASettingList)
The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and
SOFTWARE_TOKEN_MFA
.
userMFASettingList
- The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and SOFTWARE_TOKEN_MFA
.public String toString()
toString
in class Object
Object.toString()
public GetUserResult clone()