@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public StopMeetingTranscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()