@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAttendeeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAttendeeRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAttendeeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExternalUserId()
The Amazon Chime SDK external user ID.
|
String |
getMeetingId()
The Amazon Chime SDK meeting ID.
|
List<Tag> |
getTags()
The tag key-value pairs.
|
int |
hashCode() |
void |
setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
void |
setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
void |
setTags(Collection<Tag> tags)
The tag key-value pairs.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeRequest |
withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
CreateAttendeeRequest |
withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
CreateAttendeeRequest |
withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateAttendeeRequest |
withTags(Tag... tags)
The tag key-value pairs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId
- The Amazon Chime SDK meeting ID.public String getMeetingId()
The Amazon Chime SDK meeting ID.
public CreateAttendeeRequest withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId
- The Amazon Chime SDK meeting 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. If you create an attendee with the same external user id, the service returns the existing record.
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.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.
public CreateAttendeeRequest 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.
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.public void setTags(Collection<Tag> tags)
The tag key-value pairs.
tags
- The tag key-value pairs.public CreateAttendeeRequest 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 CreateAttendeeRequest 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 CreateAttendeeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()