@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an S3 location where chat logs will be stored.
Constructor and Description |
---|
S3DestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3DestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
Name of the Amazon S3 bucket where chat activity will be logged.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
Name of the Amazon S3 bucket where chat activity will be logged.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationConfiguration |
withBucketName(String bucketName)
Name of the Amazon S3 bucket where chat activity will be logged.
|
public void setBucketName(String bucketName)
Name of the Amazon S3 bucket where chat activity will be logged.
bucketName
- Name of the Amazon S3 bucket where chat activity will be logged.public String getBucketName()
Name of the Amazon S3 bucket where chat activity will be logged.
public S3DestinationConfiguration withBucketName(String bucketName)
Name of the Amazon S3 bucket where chat activity will be logged.
bucketName
- Name of the Amazon S3 bucket where chat activity will be logged.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.