public class ExportToS3Task extends Object implements Serializable
Constructor and Description |
---|
ExportToS3Task() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContainerFormat()
Returns the value of the ContainerFormat property for this object.
|
String |
getDiskImageFormat()
Returns the value of the DiskImageFormat property for this object.
|
String |
getS3Bucket()
Returns the value of the S3Bucket property for this object.
|
String |
getS3Key()
Returns the value of the S3Key property for this object.
|
int |
hashCode() |
void |
setContainerFormat(ContainerFormat containerFormat)
Sets the value of the ContainerFormat property for this object.
|
void |
setContainerFormat(String containerFormat)
Sets the value of the ContainerFormat property for this object.
|
void |
setDiskImageFormat(DiskImageFormat diskImageFormat)
Sets the value of the DiskImageFormat property for this object.
|
void |
setDiskImageFormat(String diskImageFormat)
Sets the value of the DiskImageFormat property for this object.
|
void |
setS3Bucket(String s3Bucket)
Sets the value of the S3Bucket property for this object.
|
void |
setS3Key(String s3Key)
Sets the value of the S3Key property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportToS3Task |
withContainerFormat(ContainerFormat containerFormat)
Sets the value of the ContainerFormat property for this object.
|
ExportToS3Task |
withContainerFormat(String containerFormat)
Sets the value of the ContainerFormat property for this object.
|
ExportToS3Task |
withDiskImageFormat(DiskImageFormat diskImageFormat)
Sets the value of the DiskImageFormat property for this object.
|
ExportToS3Task |
withDiskImageFormat(String diskImageFormat)
Sets the value of the DiskImageFormat property for this object.
|
ExportToS3Task |
withS3Bucket(String s3Bucket)
Sets the value of the S3Bucket property for this object.
|
ExportToS3Task |
withS3Key(String s3Key)
Sets the value of the S3Key property for this object.
|
public String getDiskImageFormat()
Constraints:
Allowed Values: VMDK, RAW, VHD
DiskImageFormat
public void setDiskImageFormat(String diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- The new value for the DiskImageFormat property for this object.DiskImageFormat
public ExportToS3Task withDiskImageFormat(String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- The new value for the DiskImageFormat property for this object.DiskImageFormat
public void setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- The new value for the DiskImageFormat property for this object.DiskImageFormat
public ExportToS3Task withDiskImageFormat(DiskImageFormat diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- The new value for the DiskImageFormat property for this object.DiskImageFormat
public String getContainerFormat()
Constraints:
Allowed Values: ova
ContainerFormat
public void setContainerFormat(String containerFormat)
Constraints:
Allowed Values: ova
containerFormat
- The new value for the ContainerFormat property for this object.ContainerFormat
public ExportToS3Task withContainerFormat(String containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat
- The new value for the ContainerFormat property for this object.ContainerFormat
public void setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova
containerFormat
- The new value for the ContainerFormat property for this object.ContainerFormat
public ExportToS3Task withContainerFormat(ContainerFormat containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat
- The new value for the ContainerFormat property for this object.ContainerFormat
public String getS3Bucket()
public void setS3Bucket(String s3Bucket)
s3Bucket
- The new value for the S3Bucket property for this object.public ExportToS3Task withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
s3Bucket
- The new value for the S3Bucket property for this object.public String getS3Key()
public void setS3Key(String s3Key)
s3Key
- The new value for the S3Key property for this object.public ExportToS3Task withS3Key(String s3Key)
Returns a reference to this object so that method calls can be chained together.
s3Key
- The new value for the S3Key property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.