@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ReportLocation extends Object implements Serializable, Cloneable, StructuredPojo
S3 report location for the scheduled query run.
Constructor and Description |
---|
S3ReportLocation() |
Modifier and Type | Method and Description |
---|---|
S3ReportLocation |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
S3 bucket name.
|
String |
getObjectKey()
S3 key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
S3 bucket name.
|
void |
setObjectKey(String objectKey)
S3 key.
|
String |
toString()
Returns a string representation of this object.
|
S3ReportLocation |
withBucketName(String bucketName)
S3 bucket name.
|
S3ReportLocation |
withObjectKey(String objectKey)
S3 key.
|
public void setBucketName(String bucketName)
S3 bucket name.
bucketName
- S3 bucket name.public String getBucketName()
S3 bucket name.
public S3ReportLocation withBucketName(String bucketName)
S3 bucket name.
bucketName
- S3 bucket name.public void setObjectKey(String objectKey)
S3 key.
objectKey
- S3 key.public String getObjectKey()
S3 key.
public S3ReportLocation withObjectKey(String objectKey)
S3 key.
objectKey
- S3 key.public String toString()
toString
in class Object
Object.toString()
public S3ReportLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.