@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberId extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the identifier of a group member.
Constructor and Description |
---|
MemberId() |
Modifier and Type | Method and Description |
---|---|
MemberId |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
An object containing the identifiers of resources that can be members.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserId(String userId)
An object containing the identifiers of resources that can be members.
|
String |
toString()
Returns a string representation of this object.
|
MemberId |
withUserId(String userId)
An object containing the identifiers of resources that can be members.
|
public void setUserId(String userId)
An object containing the identifiers of resources that can be members.
userId
- An object containing the identifiers of resources that can be members.public String getUserId()
An object containing the identifiers of resources that can be members.
public MemberId withUserId(String userId)
An object containing the identifiers of resources that can be members.
userId
- An object containing the identifiers of resources that can be members.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.