@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3RecordingDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about an S3 recording Config
used in a contact.
Constructor and Description |
---|
S3RecordingDetails() |
Modifier and Type | Method and Description |
---|---|
S3RecordingDetails |
clone() |
boolean |
equals(Object obj) |
String |
getBucketArn()
ARN of the bucket used.
|
String |
getKeyTemplate()
Key template used for the S3 Recording Configuration
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketArn(String bucketArn)
ARN of the bucket used.
|
void |
setKeyTemplate(String keyTemplate)
Key template used for the S3 Recording Configuration
|
String |
toString()
Returns a string representation of this object.
|
S3RecordingDetails |
withBucketArn(String bucketArn)
ARN of the bucket used.
|
S3RecordingDetails |
withKeyTemplate(String keyTemplate)
Key template used for the S3 Recording Configuration
|
public void setBucketArn(String bucketArn)
ARN of the bucket used.
bucketArn
- ARN of the bucket used.public String getBucketArn()
ARN of the bucket used.
public S3RecordingDetails withBucketArn(String bucketArn)
ARN of the bucket used.
bucketArn
- ARN of the bucket used.public void setKeyTemplate(String keyTemplate)
Key template used for the S3 Recording Configuration
keyTemplate
- Key template used for the S3 Recording Configurationpublic String getKeyTemplate()
Key template used for the S3 Recording Configuration
public S3RecordingDetails withKeyTemplate(String keyTemplate)
Key template used for the S3 Recording Configuration
keyTemplate
- Key template used for the S3 Recording Configurationpublic String toString()
toString
in class Object
Object.toString()
public S3RecordingDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.