@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) |
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 ObjectObject.toString()public UserDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.