@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskS3Location extends Object implements Serializable, Cloneable
Describes the destination for an export image task.
Constructor and Description |
---|
ExportTaskS3Location() |
Modifier and Type | Method and Description |
---|---|
ExportTaskS3Location |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The destination Amazon S3 bucket.
|
String |
getS3Prefix()
The prefix (logical hierarchy) in the bucket.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
void |
setS3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
|
String |
toString()
Returns a string representation of this object.
|
ExportTaskS3Location |
withS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
ExportTaskS3Location |
withS3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
|
public void setS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
s3Bucket
- The destination Amazon S3 bucket.public String getS3Bucket()
The destination Amazon S3 bucket.
public ExportTaskS3Location withS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
s3Bucket
- The destination Amazon S3 bucket.public void setS3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
s3Prefix
- The prefix (logical hierarchy) in the bucket.public String getS3Prefix()
The prefix (logical hierarchy) in the bucket.
public ExportTaskS3Location withS3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
s3Prefix
- The prefix (logical hierarchy) in the bucket.public String toString()
toString
in class Object
Object.toString()
public ExportTaskS3Location clone()