@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that describes a location where recorded videos will be stored. Each member represents a type of destination configuration. For recording, you define one and only one type of destination configuration.
Constructor and Description |
---|
DestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
DestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
S3DestinationConfiguration |
getS3()
An S3 destination configuration where recorded videos will be stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
String |
toString()
Returns a string representation of this object.
|
DestinationConfiguration |
withS3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
public void setS3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
s3
- An S3 destination configuration where recorded videos will be stored.public S3DestinationConfiguration getS3()
An S3 destination configuration where recorded videos will be stored.
public DestinationConfiguration withS3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
s3
- An S3 destination configuration where recorded videos will be stored.public String toString()
toString
in class Object
Object.toString()
public DestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.