|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.ExportToS3TaskSpecification
public class ExportToS3TaskSpecification
Export To S3 Task Specification
| Constructor Summary | |
|---|---|
ExportToS3TaskSpecification()
|
|
| Method Summary | |
|---|---|
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 |
getS3Prefix()
Returns the value of the S3Prefix 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 |
setS3Prefix(String s3Prefix)
Sets the value of the S3Prefix property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ExportToS3TaskSpecification |
withContainerFormat(ContainerFormat containerFormat)
Sets the value of the ContainerFormat property for this object. |
ExportToS3TaskSpecification |
withContainerFormat(String containerFormat)
Sets the value of the ContainerFormat property for this object. |
ExportToS3TaskSpecification |
withDiskImageFormat(DiskImageFormat diskImageFormat)
Sets the value of the DiskImageFormat property for this object. |
ExportToS3TaskSpecification |
withDiskImageFormat(String diskImageFormat)
Sets the value of the DiskImageFormat property for this object. |
ExportToS3TaskSpecification |
withS3Bucket(String s3Bucket)
Sets the value of the S3Bucket property for this object. |
ExportToS3TaskSpecification |
withS3Prefix(String s3Prefix)
Sets the value of the S3Prefix property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExportToS3TaskSpecification()
| Method Detail |
|---|
public String getDiskImageFormat()
Constraints:
Allowed Values: vmdk, vhd
DiskImageFormatpublic void setDiskImageFormat(String diskImageFormat)
Constraints:
Allowed Values: vmdk, vhd
diskImageFormat - The new value for the DiskImageFormat property for this object.DiskImageFormatpublic ExportToS3TaskSpecification withDiskImageFormat(String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vmdk, vhd
diskImageFormat - The new value for the DiskImageFormat property for this object.
DiskImageFormatpublic void setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: vmdk, vhd
diskImageFormat - The new value for the DiskImageFormat property for this object.DiskImageFormatpublic ExportToS3TaskSpecification withDiskImageFormat(DiskImageFormat diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vmdk, vhd
diskImageFormat - The new value for the DiskImageFormat property for this object.
DiskImageFormatpublic String getContainerFormat()
Constraints:
Allowed Values: ova
ContainerFormatpublic void setContainerFormat(String containerFormat)
Constraints:
Allowed Values: ova
containerFormat - The new value for the ContainerFormat property for this object.ContainerFormatpublic ExportToS3TaskSpecification 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.
ContainerFormatpublic void setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova
containerFormat - The new value for the ContainerFormat property for this object.ContainerFormatpublic ExportToS3TaskSpecification 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.
ContainerFormatpublic String getS3Bucket()
public void setS3Bucket(String s3Bucket)
s3Bucket - The new value for the S3Bucket property for this object.public ExportToS3TaskSpecification 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 getS3Prefix()
public void setS3Prefix(String s3Prefix)
s3Prefix - The new value for the S3Prefix property for this object.public ExportToS3TaskSpecification withS3Prefix(String s3Prefix)
Returns a reference to this object so that method calls can be chained together.
s3Prefix - The new value for the S3Prefix property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||