@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAttendeeRequestItem extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.
Constructor and Description |
---|
CreateAttendeeRequestItem() |
Modifier and Type | Method and Description |
---|---|
CreateAttendeeRequestItem |
clone() |
boolean |
equals(Object obj) |
String |
getExternalUserId()
The Amazon Chime SDK external user ID.
|
List<Tag> |
getTags()
The tag key-value pairs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
void |
setTags(Collection<Tag> tags)
The tag key-value pairs.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeRequestItem |
withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
CreateAttendeeRequestItem |
withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateAttendeeRequestItem |
withTags(Tag... tags)
The tag key-value pairs.
|
public void setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by
a builder application. If you create an attendee with the same external user id, the service returns the
existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
public String getExternalUserId()
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
public CreateAttendeeRequestItem withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by
a builder application. If you create an attendee with the same external user id, the service returns the
existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
public void setTags(Collection<Tag> tags)
The tag key-value pairs.
tags
- The tag key-value pairs.public CreateAttendeeRequestItem withTags(Tag... tags)
The tag key-value pairs.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag key-value pairs.public CreateAttendeeRequestItem withTags(Collection<Tag> tags)
The tag key-value pairs.
tags
- The tag key-value pairs.public String toString()
toString
in class Object
Object.toString()
public CreateAttendeeRequestItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.