@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SsoUserProfileDetails extends Object implements Serializable, Cloneable, StructuredPojo
The single sign-on details of the user profile.
| Constructor and Description |
|---|
SsoUserProfileDetails() |
| Modifier and Type | Method and Description |
|---|---|
SsoUserProfileDetails |
clone() |
boolean |
equals(Object obj) |
String |
getFirstName()
The first name included in the single sign-on details of the user profile.
|
String |
getLastName()
The last name included in the single sign-on details of the user profile.
|
String |
getUsername()
The username included in the single sign-on details of the user profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFirstName(String firstName)
The first name included in the single sign-on details of the user profile.
|
void |
setLastName(String lastName)
The last name included in the single sign-on details of the user profile.
|
void |
setUsername(String username)
The username included in the single sign-on details of the user profile.
|
String |
toString()
Returns a string representation of this object.
|
SsoUserProfileDetails |
withFirstName(String firstName)
The first name included in the single sign-on details of the user profile.
|
SsoUserProfileDetails |
withLastName(String lastName)
The last name included in the single sign-on details of the user profile.
|
SsoUserProfileDetails |
withUsername(String username)
The username included in the single sign-on details of the user profile.
|
public void setFirstName(String firstName)
The first name included in the single sign-on details of the user profile.
firstName - The first name included in the single sign-on details of the user profile.public String getFirstName()
The first name included in the single sign-on details of the user profile.
public SsoUserProfileDetails withFirstName(String firstName)
The first name included in the single sign-on details of the user profile.
firstName - The first name included in the single sign-on details of the user profile.public void setLastName(String lastName)
The last name included in the single sign-on details of the user profile.
lastName - The last name included in the single sign-on details of the user profile.public String getLastName()
The last name included in the single sign-on details of the user profile.
public SsoUserProfileDetails withLastName(String lastName)
The last name included in the single sign-on details of the user profile.
lastName - The last name included in the single sign-on details of the user profile.public void setUsername(String username)
The username included in the single sign-on details of the user profile.
username - The username included in the single sign-on details of the user profile.public String getUsername()
The username included in the single sign-on details of the user profile.
public SsoUserProfileDetails withUsername(String username)
The username included in the single sign-on details of the user profile.
username - The username included in the single sign-on details of the user profile.public String toString()
toString in class ObjectObject.toString()public SsoUserProfileDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.