com.amazonaws.services.ec2.model
Class ExportToS3Task

java.lang.Object
  extended by com.amazonaws.services.ec2.model.ExportToS3Task

public class ExportToS3Task
extends Object

Export To S3 Task


Constructor Summary
ExportToS3Task()
           
 
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 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportToS3Task

public ExportToS3Task()
Method Detail

getDiskImageFormat

public String getDiskImageFormat()
Returns the value of the DiskImageFormat property for this object.

Constraints:
Allowed Values: vmdk, vhd

Returns:
The value of the DiskImageFormat property for this object.
See Also:
DiskImageFormat

setDiskImageFormat

public void setDiskImageFormat(String diskImageFormat)
Sets the value of the DiskImageFormat property for this object.

Constraints:
Allowed Values: vmdk, vhd

Parameters:
diskImageFormat - The new value for the DiskImageFormat property for this object.
See Also:
DiskImageFormat

withDiskImageFormat

public ExportToS3Task withDiskImageFormat(String diskImageFormat)
Sets the value of the DiskImageFormat property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: vmdk, vhd

Parameters:
diskImageFormat - The new value for the DiskImageFormat property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
DiskImageFormat

setDiskImageFormat

public void setDiskImageFormat(DiskImageFormat diskImageFormat)
Sets the value of the DiskImageFormat property for this object.

Constraints:
Allowed Values: vmdk, vhd

Parameters:
diskImageFormat - The new value for the DiskImageFormat property for this object.
See Also:
DiskImageFormat

withDiskImageFormat

public ExportToS3Task withDiskImageFormat(DiskImageFormat diskImageFormat)
Sets the value of the DiskImageFormat property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: vmdk, vhd

Parameters:
diskImageFormat - The new value for the DiskImageFormat property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
DiskImageFormat

getContainerFormat

public String getContainerFormat()
Returns the value of the ContainerFormat property for this object.

Constraints:
Allowed Values: ova

Returns:
The value of the ContainerFormat property for this object.
See Also:
ContainerFormat

setContainerFormat

public void setContainerFormat(String containerFormat)
Sets the value of the ContainerFormat property for this object.

Constraints:
Allowed Values: ova

Parameters:
containerFormat - The new value for the ContainerFormat property for this object.
See Also:
ContainerFormat

withContainerFormat

public ExportToS3Task withContainerFormat(String containerFormat)
Sets the value of the ContainerFormat property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: ova

Parameters:
containerFormat - The new value for the ContainerFormat property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ContainerFormat

setContainerFormat

public void setContainerFormat(ContainerFormat containerFormat)
Sets the value of the ContainerFormat property for this object.

Constraints:
Allowed Values: ova

Parameters:
containerFormat - The new value for the ContainerFormat property for this object.
See Also:
ContainerFormat

withContainerFormat

public ExportToS3Task withContainerFormat(ContainerFormat containerFormat)
Sets the value of the ContainerFormat property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: ova

Parameters:
containerFormat - The new value for the ContainerFormat property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ContainerFormat

getS3Bucket

public String getS3Bucket()
Returns the value of the S3Bucket property for this object.

Returns:
The value of the S3Bucket property for this object.

setS3Bucket

public void setS3Bucket(String s3Bucket)
Sets the value of the S3Bucket property for this object.

Parameters:
s3Bucket - The new value for the S3Bucket property for this object.

withS3Bucket

public ExportToS3Task withS3Bucket(String s3Bucket)
Sets the value of the S3Bucket property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
s3Bucket - The new value for the S3Bucket property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getS3Key

public String getS3Key()
Returns the value of the S3Key property for this object.

Returns:
The value of the S3Key property for this object.

setS3Key

public void setS3Key(String s3Key)
Sets the value of the S3Key property for this object.

Parameters:
s3Key - The new value for the S3Key property for this object.

withS3Key

public ExportToS3Task withS3Key(String s3Key)
Sets the value of the S3Key property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
s3Key - The new value for the S3Key property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.