@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateAttendeeCapabilitiesExceptRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchUpdateAttendeeCapabilitiesExceptRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAttendeeCapabilitiesExceptRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AttendeeCapabilities |
getCapabilities()
The capabilities (
audio, video, or content) that you want to update. |
List<AttendeeIdItem> |
getExcludedAttendeeIds()
The
AttendeeIDs that you want to exclude from one or more capabilities. |
String |
getMeetingId()
The ID of the meeting associated with the update request.
|
int |
hashCode() |
void |
setCapabilities(AttendeeCapabilities capabilities)
The capabilities (
audio, video, or content) that you want to update. |
void |
setExcludedAttendeeIds(Collection<AttendeeIdItem> excludedAttendeeIds)
The
AttendeeIDs that you want to exclude from one or more capabilities. |
void |
setMeetingId(String meetingId)
The ID of the meeting associated with the update request.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateAttendeeCapabilitiesExceptRequest |
withCapabilities(AttendeeCapabilities capabilities)
The capabilities (
audio, video, or content) that you want to update. |
BatchUpdateAttendeeCapabilitiesExceptRequest |
withExcludedAttendeeIds(AttendeeIdItem... excludedAttendeeIds)
The
AttendeeIDs that you want to exclude from one or more capabilities. |
BatchUpdateAttendeeCapabilitiesExceptRequest |
withExcludedAttendeeIds(Collection<AttendeeIdItem> excludedAttendeeIds)
The
AttendeeIDs that you want to exclude from one or more capabilities. |
BatchUpdateAttendeeCapabilitiesExceptRequest |
withMeetingId(String meetingId)
The ID of the meeting associated with the update request.
|
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, withSdkRequestTimeoutpublic BatchUpdateAttendeeCapabilitiesExceptRequest()
public void setMeetingId(String meetingId)
The ID of the meeting associated with the update request.
meetingId - The ID of the meeting associated with the update request.public String getMeetingId()
The ID of the meeting associated with the update request.
public BatchUpdateAttendeeCapabilitiesExceptRequest withMeetingId(String meetingId)
The ID of the meeting associated with the update request.
meetingId - The ID of the meeting associated with the update request.public List<AttendeeIdItem> getExcludedAttendeeIds()
The AttendeeIDs that you want to exclude from one or more capabilities.
AttendeeIDs that you want to exclude from one or more capabilities.public void setExcludedAttendeeIds(Collection<AttendeeIdItem> excludedAttendeeIds)
The AttendeeIDs that you want to exclude from one or more capabilities.
excludedAttendeeIds - The AttendeeIDs that you want to exclude from one or more capabilities.public BatchUpdateAttendeeCapabilitiesExceptRequest withExcludedAttendeeIds(AttendeeIdItem... excludedAttendeeIds)
The AttendeeIDs that you want to exclude from one or more capabilities.
NOTE: This method appends the values to the existing list (if any). Use
setExcludedAttendeeIds(java.util.Collection) or withExcludedAttendeeIds(java.util.Collection)
if you want to override the existing values.
excludedAttendeeIds - The AttendeeIDs that you want to exclude from one or more capabilities.public BatchUpdateAttendeeCapabilitiesExceptRequest withExcludedAttendeeIds(Collection<AttendeeIdItem> excludedAttendeeIds)
The AttendeeIDs that you want to exclude from one or more capabilities.
excludedAttendeeIds - The AttendeeIDs that you want to exclude from one or more capabilities.public void setCapabilities(AttendeeCapabilities capabilities)
The capabilities (audio, video, or content) that you want to update.
capabilities - The capabilities (audio, video, or content) that you want to
update.public AttendeeCapabilities getCapabilities()
The capabilities (audio, video, or content) that you want to update.
audio, video, or content) that you want to
update.public BatchUpdateAttendeeCapabilitiesExceptRequest withCapabilities(AttendeeCapabilities capabilities)
The capabilities (audio, video, or content) that you want to update.
capabilities - The capabilities (audio, video, or content) that you want to
update.public String toString()
toString in class ObjectObject.toString()public BatchUpdateAttendeeCapabilitiesExceptRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()