@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3OutputLocation extends Object implements Serializable, Cloneable, StructuredPojo
An S3 bucket where you want to store the results of this request.
Constructor and Description |
---|
S3OutputLocation() |
Modifier and Type | Method and Description |
---|---|
S3OutputLocation |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3BucketName()
The name of the S3 bucket.
|
String |
getOutputS3KeyPrefix()
The S3 bucket subfolder.
|
String |
getOutputS3Region()
The Amazon Web Services Region of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
|
void |
setOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
|
void |
setOutputS3Region(String outputS3Region)
The Amazon Web Services Region of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3OutputLocation |
withOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
|
S3OutputLocation |
withOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
|
S3OutputLocation |
withOutputS3Region(String outputS3Region)
The Amazon Web Services Region of the S3 bucket.
|
public void setOutputS3Region(String outputS3Region)
The Amazon Web Services Region of the S3 bucket.
outputS3Region
- The Amazon Web Services Region of the S3 bucket.public String getOutputS3Region()
The Amazon Web Services Region of the S3 bucket.
public S3OutputLocation withOutputS3Region(String outputS3Region)
The Amazon Web Services Region of the S3 bucket.
outputS3Region
- The Amazon Web Services Region of the S3 bucket.public void setOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
outputS3BucketName
- The name of the S3 bucket.public String getOutputS3BucketName()
The name of the S3 bucket.
public S3OutputLocation withOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
outputS3BucketName
- The name of the S3 bucket.public void setOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
outputS3KeyPrefix
- The S3 bucket subfolder.public String getOutputS3KeyPrefix()
The S3 bucket subfolder.
public S3OutputLocation withOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
outputS3KeyPrefix
- The S3 bucket subfolder.public String toString()
toString
in class Object
Object.toString()
public S3OutputLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.