@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
The details about a project member.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
clone() |
boolean |
equals(Object obj) |
String |
getGroupIdentifier()
The ID of the group of a project member.
|
String |
getUserIdentifier()
The user ID of a project member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupIdentifier(String groupIdentifier)
The ID of the group of a project member.
|
void |
setUserIdentifier(String userIdentifier)
The user ID of a project member.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withGroupIdentifier(String groupIdentifier)
The ID of the group of a project member.
|
Member |
withUserIdentifier(String userIdentifier)
The user ID of a project member.
|
public void setGroupIdentifier(String groupIdentifier)
The ID of the group of a project member.
groupIdentifier
- The ID of the group of a project member.public String getGroupIdentifier()
The ID of the group of a project member.
public Member withGroupIdentifier(String groupIdentifier)
The ID of the group of a project member.
groupIdentifier
- The ID of the group of a project member.public void setUserIdentifier(String userIdentifier)
The user ID of a project member.
userIdentifier
- The user ID of a project member.public String getUserIdentifier()
The user ID of a project member.
public Member withUserIdentifier(String userIdentifier)
The user ID of a project member.
userIdentifier
- The user ID of a project member.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.