@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopMeetingTranscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopMeetingTranscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopMeetingTranscriptionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMeetingId()
The unique ID of the meeting for which you stop transcription.
|
int |
hashCode() |
void |
setMeetingId(String meetingId)
The unique ID of the meeting for which you stop transcription.
|
String |
toString()
Returns a string representation of this object.
|
StopMeetingTranscriptionRequest |
withMeetingId(String meetingId)
The unique ID of the meeting for which you stop transcription.
|
addHandlerContext, copyBaseTo, 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 void setMeetingId(String meetingId)
The unique ID of the meeting for which you stop transcription.
meetingId - The unique ID of the meeting for which you stop transcription.public String getMeetingId()
The unique ID of the meeting for which you stop transcription.
public StopMeetingTranscriptionRequest withMeetingId(String meetingId)
The unique ID of the meeting for which you stop transcription.
meetingId - The unique ID of the meeting for which you stop transcription.public String toString()
toString in class ObjectObject.toString()public StopMeetingTranscriptionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.