@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that describes an S3 location where recorded videos will be stored.
Constructor and Description |
---|
S3DestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3DestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
Location (S3 bucket name) where recorded videos will be stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationConfiguration |
withBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
|
public void setBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
bucketName
- Location (S3 bucket name) where recorded videos will be stored.public String getBucketName()
Location (S3 bucket name) where recorded videos will be stored.
public S3DestinationConfiguration withBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
bucketName
- Location (S3 bucket name) where recorded videos will be stored.public String toString()
toString
in class Object
Object.toString()
public S3DestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.