@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAttendeeCapabilitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAttendeeCapabilitiesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAttendeeCapabilitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttendeeId()
The ID of the attendee associated with the update request.
|
AttendeeCapabilities |
getCapabilities()
The capabilities that you want to update.
|
String |
getMeetingId()
The ID of the meeting associated with the update request.
|
int |
hashCode() |
void |
setAttendeeId(String attendeeId)
The ID of the attendee associated with the update request.
|
void |
setCapabilities(AttendeeCapabilities capabilities)
The capabilities that you want to update.
|
void |
setMeetingId(String meetingId)
The ID of the meeting associated with the update request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAttendeeCapabilitiesRequest |
withAttendeeId(String attendeeId)
The ID of the attendee associated with the update request.
|
UpdateAttendeeCapabilitiesRequest |
withCapabilities(AttendeeCapabilities capabilities)
The capabilities that you want to update.
|
UpdateAttendeeCapabilitiesRequest |
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, withSdkRequestTimeout
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 UpdateAttendeeCapabilitiesRequest 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 void setAttendeeId(String attendeeId)
The ID of the attendee associated with the update request.
attendeeId
- The ID of the attendee associated with the update request.public String getAttendeeId()
The ID of the attendee associated with the update request.
public UpdateAttendeeCapabilitiesRequest withAttendeeId(String attendeeId)
The ID of the attendee associated with the update request.
attendeeId
- The ID of the attendee associated with the update request.public void setCapabilities(AttendeeCapabilities capabilities)
The capabilities that you want to update.
capabilities
- The capabilities that you want to update.public AttendeeCapabilities getCapabilities()
The capabilities that you want to update.
public UpdateAttendeeCapabilitiesRequest withCapabilities(AttendeeCapabilities capabilities)
The capabilities that you want to update.
capabilities
- The capabilities that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateAttendeeCapabilitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()