@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Media extends Object implements Serializable, Cloneable, StructuredPojo
Describes the input media file in a transcription request.
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
Media |
clone() |
boolean |
equals(Object obj) |
String |
getMediaFileUri()
The S3 object location of the input media file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMediaFileUri(String mediaFileUri)
The S3 object location of the input media file.
|
String |
toString()
Returns a string representation of this object.
|
Media |
withMediaFileUri(String mediaFileUri)
The S3 object location of the input media file.
|
public void setMediaFileUri(String mediaFileUri)
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
mediaFileUri
- The S3 object location of the input media file. The URI must be in the same region as the API endpoint
that you are calling. The general form is:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public String getMediaFileUri()
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public Media withMediaFileUri(String mediaFileUri)
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
mediaFileUri
- The S3 object location of the input media file. The URI must be in the same region as the API endpoint
that you are calling. The general form is:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.