Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class ExportToS3TaskSpecification

java.lang.Object
  extended by com.amazonaws.services.ec2.model.ExportToS3TaskSpecification
All Implemented Interfaces:
java.io.Serializable

public class ExportToS3TaskSpecification
extends java.lang.Object
implements java.io.Serializable

Export To S3 Task Specification

See Also:
Serialized Form

Constructor Summary
ExportToS3TaskSpecification()
           
 
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 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(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 setS3Prefix(java.lang.String s3Prefix)
          Sets the value of the S3Prefix property for this object.
 java.lang.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(java.lang.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(java.lang.String diskImageFormat)
          Sets the value of the DiskImageFormat property for this object.
 ExportToS3TaskSpecification withS3Bucket(java.lang.String s3Bucket)
          Sets the value of the S3Bucket property for this object.
 ExportToS3TaskSpecification withS3Prefix(java.lang.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 java.lang.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(java.lang.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(java.lang.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.
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.
See Also:
DiskImageFormat

getContainerFormat

public java.lang.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(java.lang.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(java.lang.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.
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.
See Also:
ContainerFormat

getS3Bucket

public java.lang.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(java.lang.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(java.lang.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.

getS3Prefix

public java.lang.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(java.lang.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(java.lang.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.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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