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