@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttendeeIdItem extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains one or more attendee IDs.
| Constructor and Description |
|---|
AttendeeIdItem() |
| Modifier and Type | Method and Description |
|---|---|
AttendeeIdItem |
clone() |
boolean |
equals(Object obj) |
String |
getAttendeeId()
A list of one or more attendee IDs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttendeeId(String attendeeId)
A list of one or more attendee IDs.
|
String |
toString()
Returns a string representation of this object.
|
AttendeeIdItem |
withAttendeeId(String attendeeId)
A list of one or more attendee IDs.
|
public void setAttendeeId(String attendeeId)
A list of one or more attendee IDs.
attendeeId - A list of one or more attendee IDs.public String getAttendeeId()
A list of one or more attendee IDs.
public AttendeeIdItem withAttendeeId(String attendeeId)
A list of one or more attendee IDs.
attendeeId - A list of one or more attendee IDs.public String toString()
toString in class ObjectObject.toString()public AttendeeIdItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.