@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserDetails extends Object implements Serializable, Cloneable, StructuredPojo
The user details of a project member.
Constructor and Description |
---|
UserDetails() |
Modifier and Type | Method and Description |
---|---|
UserDetails |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
The identifier of the Amazon DataZone user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserId(String userId)
The identifier of the Amazon DataZone user.
|
String |
toString()
Returns a string representation of this object.
|
UserDetails |
withUserId(String userId)
The identifier of the Amazon DataZone user.
|
public void setUserId(String userId)
The identifier of the Amazon DataZone user.
userId
- The identifier of the Amazon DataZone user.public String getUserId()
The identifier of the Amazon DataZone user.
public UserDetails withUserId(String userId)
The identifier of the Amazon DataZone user.
userId
- The identifier of the Amazon DataZone user.public String toString()
toString
in class Object
Object.toString()
public UserDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.