com.amazonaws.services.ec2.model
Class ExportToS3TaskSpecification

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

public class ExportToS3TaskSpecification
extends Object

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

ExportToS3TaskSpecification

public ExportToS3TaskSpecification()
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 ExportToS3TaskSpecification 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 ExportToS3TaskSpecification 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 ExportToS3TaskSpecification 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 ExportToS3TaskSpecification 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 ExportToS3TaskSpecification 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.

getS3Prefix

public String getS3Prefix()
Returns the value of the S3Prefix property for this object.

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

setS3Prefix

public void setS3Prefix(String s3Prefix)
Sets the value of the S3Prefix property for this object.

Parameters:
s3Prefix - The new value for the S3Prefix property for this object.

withS3Prefix

public ExportToS3TaskSpecification withS3Prefix(String s3Prefix)
Sets the value of the S3Prefix property for this object.

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

Parameters:
s3Prefix - The new value for the S3Prefix 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.