@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptSourceSetting extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the setting of the location where the transcript is stored.
Constructor and Description |
---|
TranscriptSourceSetting() |
Modifier and Type | Method and Description |
---|---|
TranscriptSourceSetting |
clone() |
boolean |
equals(Object obj) |
S3BucketTranscriptSource |
getS3BucketTranscriptSource()
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
String |
toString()
Returns a string representation of this object.
|
TranscriptSourceSetting |
withS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
public void setS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
s3BucketTranscriptSource
- Indicates the setting of the Amazon S3 bucket where the transcript is stored.public S3BucketTranscriptSource getS3BucketTranscriptSource()
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
public TranscriptSourceSetting withS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
s3BucketTranscriptSource
- Indicates the setting of the Amazon S3 bucket where the transcript is stored.public String toString()
toString
in class Object
Object.toString()
public TranscriptSourceSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.