@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 |
getType()
The type of the user.
|
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 |
setType(String type)
The type of the user.
|
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 |
withType(MembershipType type)
The type of the user.
|
MemberUser |
withType(String type)
The type of the user.
|
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 void setType(String type)
The type of the user.
type
- The type of the user.MembershipType
public String getType()
The type of the user.
MembershipType
public MemberUser withType(String type)
The type of the user.
type
- The type of the user.MembershipType
public MemberUser withType(MembershipType type)
The type of the user.
type
- The type of the user.MembershipType
public String toString()
toString
in class Object
Object.toString()
public MemberUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.