@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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeRequestItem |
withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
public void setExternalUserId(String externalUserId)
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. Links the attendee to an identity managed by a builder application.public String getExternalUserId()
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. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.