@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateAttendeeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchCreateAttendeeRequest() |
Modifier and Type | Method and Description |
---|---|
BatchCreateAttendeeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<CreateAttendeeRequestItem> |
getAttendees()
The request containing the attendees to create.
|
String |
getMeetingId()
The Amazon Chime SDK meeting ID.
|
int |
hashCode() |
void |
setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
void |
setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateAttendeeRequest |
withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
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 BatchCreateAttendeeRequest withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId
- The Amazon Chime SDK meeting ID.public List<CreateAttendeeRequestItem> getAttendees()
The request containing the attendees to create.
public void setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
attendees
- The request containing the attendees to create.public BatchCreateAttendeeRequest withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
NOTE: This method appends the values to the existing list (if any). Use
setAttendees(java.util.Collection)
or withAttendees(java.util.Collection)
if you want to
override the existing values.
attendees
- The request containing the attendees to create.public BatchCreateAttendeeRequest withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
attendees
- The request containing the attendees to create.public String toString()
toString
in class Object
Object.toString()
public BatchCreateAttendeeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()