@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FrameCaptureGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
FrameCaptureGroupSettings() |
Modifier and Type | Method and Description |
---|---|
FrameCaptureGroupSettings |
clone() |
boolean |
equals(Object obj) |
OutputLocationRef |
getDestination()
The destination for the frame capture files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(OutputLocationRef destination)
The destination for the frame capture files.
|
String |
toString()
Returns a string representation of this object.
|
FrameCaptureGroupSettings |
withDestination(OutputLocationRef destination)
The destination for the frame capture files.
|
public void setDestination(OutputLocationRef destination)
destination
- The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a
file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a
MediaStore container, plus a file name prefix (for example,
mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the
destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001)
+ extension (which is always .jpg). For example, curlingLow.00001.jpgpublic OutputLocationRef getDestination()
public FrameCaptureGroupSettings withDestination(OutputLocationRef destination)
destination
- The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a
file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a
MediaStore container, plus a file name prefix (for example,
mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the
destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001)
+ extension (which is always .jpg). For example, curlingLow.00001.jpgpublic String toString()
toString
in class Object
Object.toString()
public FrameCaptureGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.