public class GetUserResult extends Object implements Serializable
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 |
---|---|
boolean |
equals(Object obj) |
List<MFAOptionType> |
getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).
|
String |
getPreferredMfaSetting()
The user's preferred MFA setting.
|
List<AttributeType> |
getUserAttributes()
An array of name-value pairs representing user attributes.
|
List<String> |
getUserMFASettingList()
The list of the user's MFA settings.
|
String |
getUsername()
The user name of the user you wish to retrieve from the get user request.
|
int |
hashCode() |
void |
setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
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 list of the user's MFA settings.
|
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; useful for testing and
debugging.
|
GetUserResult |
withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
GetUserResult |
withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
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 list of the user's MFA settings.
|
GetUserResult |
withUserMFASettingList(String... userMFASettingList)
The list of the user's MFA settings.
|
GetUserResult |
withUsername(String 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.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The user name of the user you wish to retrieve from the get user request.
public void setUsername(String username)
The user name of the user you wish to retrieve from the get user request.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
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.
An array of name-value pairs representing user attributes.
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.
Returns a reference to this object so that method calls can be chained together.
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.
Returns a reference to this object so that method calls can be chained together.
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()
Specifies the options for MFA (e.g., email or phone number).
Specifies the options for MFA (e.g., email or phone number).
public void setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
mFAOptions
- Specifies the options for MFA (e.g., email or phone number).
public GetUserResult withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
Returns a reference to this object so that method calls can be chained together.
mFAOptions
- Specifies the options for MFA (e.g., email or phone number).
public GetUserResult withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
Returns a reference to this object so that method calls can be chained together.
mFAOptions
- Specifies the options for MFA (e.g., email or phone number).
public String getPreferredMfaSetting()
The user's preferred MFA setting.
The user's preferred MFA setting.
public void setPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
preferredMfaSetting
- The user's preferred MFA setting.
public GetUserResult withPreferredMfaSetting(String preferredMfaSetting)
The user's preferred MFA setting.
Returns a reference to this object so that method calls can be chained together.
preferredMfaSetting
- The user's preferred MFA setting.
public List<String> getUserMFASettingList()
The list of the user's MFA settings.
The list of the user's MFA settings.
public void setUserMFASettingList(Collection<String> userMFASettingList)
The list of the user's MFA settings.
userMFASettingList
- The list of the user's MFA settings.
public GetUserResult withUserMFASettingList(String... userMFASettingList)
The list of the user's MFA settings.
Returns a reference to this object so that method calls can be chained together.
userMFASettingList
- The list of the user's MFA settings.
public GetUserResult withUserMFASettingList(Collection<String> userMFASettingList)
The list of the user's MFA settings.
Returns a reference to this object so that method calls can be chained together.
userMFASettingList
- The list of the user's MFA settings.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.