@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskS3LocationRequest extends Object implements Serializable, Cloneable
Describes the destination for an export image task.
Constructor and Description |
---|
ExportTaskS3LocationRequest() |
Modifier and Type | Method and Description |
---|---|
ExportTaskS3LocationRequest |
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.
|
ExportTaskS3LocationRequest |
withS3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
ExportTaskS3LocationRequest |
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 ExportTaskS3LocationRequest 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 ExportTaskS3LocationRequest 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 ExportTaskS3LocationRequest clone()