@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()
Specifies the options for MFA (e.g., email or phone number).
|
List<AttributeType> |
getUserAttributes()
An array of name-value pairs representing user attributes.
|
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 |
setUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
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 |
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 |
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()
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).
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
- 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).
mFAOptions
- Specifies the options for MFA (e.g., email or phone number).public String toString()
toString
in class Object
Object.toString()
public GetUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.