@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()
Template of the S3 key used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucketArn(String bucketArn)
ARN of the bucket used.
|
void |
setKeyTemplate(String keyTemplate)
Template of the S3 key used.
|
String |
toString()
Returns a string representation of this object.
|
S3RecordingDetails |
withBucketArn(String bucketArn)
ARN of the bucket used.
|
S3RecordingDetails |
withKeyTemplate(String keyTemplate)
Template of the S3 key used.
|
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)
Template of the S3 key used.
keyTemplate - Template of the S3 key used.public String getKeyTemplate()
Template of the S3 key used.
public S3RecordingDetails withKeyTemplate(String keyTemplate)
Template of the S3 key used.
keyTemplate - Template of the S3 key used.public String toString()
toString in class ObjectObject.toString()public S3RecordingDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.