@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserData extends Object implements Serializable, Cloneable, StructuredPojo
Information related to a user.
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
UserData |
clone() |
boolean |
equals(Object obj) |
String |
getEmail()
The email of a user.
|
String |
getEnrollmentId()
The enrollment ARN of a user.
|
String |
getEnrollmentStatus()
The enrollment status of a user.
|
String |
getFirstName()
The first name of a user.
|
String |
getLastName()
The last name of a user.
|
String |
getUserArn()
The ARN of a user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEmail(String email)
The email of a user.
|
void |
setEnrollmentId(String enrollmentId)
The enrollment ARN of a user.
|
void |
setEnrollmentStatus(String enrollmentStatus)
The enrollment status of a user.
|
void |
setFirstName(String firstName)
The first name of a user.
|
void |
setLastName(String lastName)
The last name of a user.
|
void |
setUserArn(String userArn)
The ARN of a user.
|
String |
toString()
Returns a string representation of this object.
|
UserData |
withEmail(String email)
The email of a user.
|
UserData |
withEnrollmentId(String enrollmentId)
The enrollment ARN of a user.
|
UserData |
withEnrollmentStatus(EnrollmentStatus enrollmentStatus)
The enrollment status of a user.
|
UserData |
withEnrollmentStatus(String enrollmentStatus)
The enrollment status of a user.
|
UserData |
withFirstName(String firstName)
The first name of a user.
|
UserData |
withLastName(String lastName)
The last name of a user.
|
UserData |
withUserArn(String userArn)
The ARN of a user.
|
public void setUserArn(String userArn)
The ARN of a user.
userArn
- The ARN of a user.public String getUserArn()
The ARN of a user.
public UserData withUserArn(String userArn)
The ARN of a user.
userArn
- The ARN of a user.public void setFirstName(String firstName)
The first name of a user.
firstName
- The first name of a user.public String getFirstName()
The first name of a user.
public UserData withFirstName(String firstName)
The first name of a user.
firstName
- The first name of a user.public void setLastName(String lastName)
The last name of a user.
lastName
- The last name of a user.public String getLastName()
The last name of a user.
public UserData withLastName(String lastName)
The last name of a user.
lastName
- The last name of a user.public void setEmail(String email)
The email of a user.
email
- The email of a user.public String getEmail()
The email of a user.
public UserData withEmail(String email)
The email of a user.
email
- The email of a user.public void setEnrollmentStatus(String enrollmentStatus)
The enrollment status of a user.
enrollmentStatus
- The enrollment status of a user.EnrollmentStatus
public String getEnrollmentStatus()
The enrollment status of a user.
EnrollmentStatus
public UserData withEnrollmentStatus(String enrollmentStatus)
The enrollment status of a user.
enrollmentStatus
- The enrollment status of a user.EnrollmentStatus
public UserData withEnrollmentStatus(EnrollmentStatus enrollmentStatus)
The enrollment status of a user.
enrollmentStatus
- The enrollment status of a user.EnrollmentStatus
public void setEnrollmentId(String enrollmentId)
The enrollment ARN of a user.
enrollmentId
- The enrollment ARN of a user.public String getEnrollmentId()
The enrollment ARN of a user.
public UserData withEnrollmentId(String enrollmentId)
The enrollment ARN of a user.
enrollmentId
- The enrollment ARN of a user.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.