|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.ExportToS3Task
public class ExportToS3Task
Export To S3 Task
| Constructor Summary | |
|---|---|
ExportToS3Task()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getContainerFormat()
Returns the value of the ContainerFormat property for this object. |
java.lang.String |
getDiskImageFormat()
Returns the value of the DiskImageFormat property for this object. |
java.lang.String |
getS3Bucket()
Returns the value of the S3Bucket property for this object. |
java.lang.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(java.lang.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(java.lang.String diskImageFormat)
Sets the value of the DiskImageFormat property for this object. |
void |
setS3Bucket(java.lang.String s3Bucket)
Sets the value of the S3Bucket property for this object. |
void |
setS3Key(java.lang.String s3Key)
Sets the value of the S3Key property for this object. |
java.lang.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(java.lang.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(java.lang.String diskImageFormat)
Sets the value of the DiskImageFormat property for this object. |
ExportToS3Task |
withS3Bucket(java.lang.String s3Bucket)
Sets the value of the S3Bucket property for this object. |
ExportToS3Task |
withS3Key(java.lang.String s3Key)
Sets the value of the S3Key property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExportToS3Task()
| Method Detail |
|---|
public java.lang.String getDiskImageFormat()
Constraints:
Allowed Values: vmdk, vhd
DiskImageFormatpublic void setDiskImageFormat(java.lang.String diskImageFormat)
Constraints:
Allowed Values: vmdk, vhd
diskImageFormat - The new value for the DiskImageFormat property for this object.DiskImageFormatpublic ExportToS3Task withDiskImageFormat(java.lang.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 ExportToS3Task 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 java.lang.String getContainerFormat()
Constraints:
Allowed Values: ova
ContainerFormatpublic void setContainerFormat(java.lang.String containerFormat)
Constraints:
Allowed Values: ova
containerFormat - The new value for the ContainerFormat property for this object.ContainerFormatpublic ExportToS3Task withContainerFormat(java.lang.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 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.
ContainerFormatpublic java.lang.String getS3Bucket()
public void setS3Bucket(java.lang.String s3Bucket)
s3Bucket - The new value for the S3Bucket property for this object.public ExportToS3Task withS3Bucket(java.lang.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 java.lang.String getS3Key()
public void setS3Key(java.lang.String s3Key)
s3Key - The new value for the S3Key property for this object.public ExportToS3Task withS3Key(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||