@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Logs extends Object implements Serializable, Cloneable, StructuredPojo
Amazon S3 logging configuration.
| Constructor and Description |
|---|
S3Logs() |
| Modifier and Type | Method and Description |
|---|---|
S3Logs |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketName()
The Amazon S3 bucket in which to store the logs.
|
String |
getS3KeyPrefix()
The Amazon S3 path in which to store the logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3BucketName(String s3BucketName)
The Amazon S3 bucket in which to store the logs.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The Amazon S3 path in which to store the logs.
|
String |
toString()
Returns a string representation of this object.
|
S3Logs |
withS3BucketName(String s3BucketName)
The Amazon S3 bucket in which to store the logs.
|
S3Logs |
withS3KeyPrefix(String s3KeyPrefix)
The Amazon S3 path in which to store the logs.
|
public void setS3BucketName(String s3BucketName)
The Amazon S3 bucket in which to store the logs.
s3BucketName - The Amazon S3 bucket in which to store the logs.public String getS3BucketName()
The Amazon S3 bucket in which to store the logs.
public S3Logs withS3BucketName(String s3BucketName)
The Amazon S3 bucket in which to store the logs.
s3BucketName - The Amazon S3 bucket in which to store the logs.public void setS3KeyPrefix(String s3KeyPrefix)
The Amazon S3 path in which to store the logs.
s3KeyPrefix - The Amazon S3 path in which to store the logs.public String getS3KeyPrefix()
The Amazon S3 path in which to store the logs.
public S3Logs withS3KeyPrefix(String s3KeyPrefix)
The Amazon S3 path in which to store the logs.
s3KeyPrefix - The Amazon S3 path in which to store the logs.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.