@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) |
AttendeeCapabilities |
getCapabilities()
A list of one or more capabilities.
|
String |
getExternalUserId()
The Amazon Chime SDK external user ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCapabilities(AttendeeCapabilities capabilities)
A list of one or more capabilities.
|
void |
setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeRequestItem |
withCapabilities(AttendeeCapabilities capabilities)
A list of one or more capabilities.
|
CreateAttendeeRequestItem |
withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
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.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case
insensitive.
externalUserId - The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by
a builder application.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix.
Case insensitive.
public String getExternalUserId()
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case
insensitive.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix.
Case insensitive.
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.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case
insensitive.
externalUserId - The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by
a builder application.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix.
Case insensitive.
public void setCapabilities(AttendeeCapabilities capabilities)
A list of one or more capabilities.
capabilities - A list of one or more capabilities.public AttendeeCapabilities getCapabilities()
A list of one or more capabilities.
public CreateAttendeeRequestItem withCapabilities(AttendeeCapabilities capabilities)
A list of one or more capabilities.
capabilities - A list of one or more capabilities.public String toString()
toString in class ObjectObject.toString()public CreateAttendeeRequestItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.