com.amazonaws.services.ec2.model
Class ExportTask

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

public class ExportTask
extends Object

Export Task


Constructor Summary
ExportTask()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Returns the value of the Description property for this object.
 String getExportTaskId()
          Returns the value of the ExportTaskId property for this object.
 ExportToS3Task getExportToS3Task()
          Returns the value of the ExportToS3Task property for this object.
 InstanceExportDetails getInstanceExportDetails()
          Returns the value of the InstanceExportDetails property for this object.
 String getState()
          Returns the value of the State property for this object.
 String getStatusMessage()
          Returns the value of the StatusMessage property for this object.
 int hashCode()
           
 void setDescription(String description)
          Sets the value of the Description property for this object.
 void setExportTaskId(String exportTaskId)
          Sets the value of the ExportTaskId property for this object.
 void setExportToS3Task(ExportToS3Task exportToS3Task)
          Sets the value of the ExportToS3Task property for this object.
 void setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
          Sets the value of the InstanceExportDetails property for this object.
 void setState(String state)
          Sets the value of the State property for this object.
 void setStatusMessage(String statusMessage)
          Sets the value of the StatusMessage property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ExportTask withDescription(String description)
          Sets the value of the Description property for this object.
 ExportTask withExportTaskId(String exportTaskId)
          Sets the value of the ExportTaskId property for this object.
 ExportTask withExportToS3Task(ExportToS3Task exportToS3Task)
          Sets the value of the ExportToS3Task property for this object.
 ExportTask withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
          Sets the value of the InstanceExportDetails property for this object.
 ExportTask withState(String state)
          Sets the value of the State property for this object.
 ExportTask withStatusMessage(String statusMessage)
          Sets the value of the StatusMessage property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportTask

public ExportTask()
Method Detail

getExportTaskId

public String getExportTaskId()
Returns the value of the ExportTaskId property for this object.

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

setExportTaskId

public void setExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object.

Parameters:
exportTaskId - The new value for the ExportTaskId property for this object.

withExportTaskId

public ExportTask withExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object.

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

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

getDescription

public String getDescription()
Returns the value of the Description property for this object.

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

setDescription

public void setDescription(String description)
Sets the value of the Description property for this object.

Parameters:
description - The new value for the Description property for this object.

withDescription

public ExportTask withDescription(String description)
Sets the value of the Description property for this object.

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

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

getState

public String getState()
Returns the value of the State property for this object.

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

setState

public void setState(String state)
Sets the value of the State property for this object.

Parameters:
state - The new value for the State property for this object.

withState

public ExportTask withState(String state)
Sets the value of the State property for this object.

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

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

getStatusMessage

public String getStatusMessage()
Returns the value of the StatusMessage property for this object.

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

setStatusMessage

public void setStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

Parameters:
statusMessage - The new value for the StatusMessage property for this object.

withStatusMessage

public ExportTask withStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

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

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

getInstanceExportDetails

public InstanceExportDetails getInstanceExportDetails()
Returns the value of the InstanceExportDetails property for this object.

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

setInstanceExportDetails

public void setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Sets the value of the InstanceExportDetails property for this object.

Parameters:
instanceExportDetails - The new value for the InstanceExportDetails property for this object.

withInstanceExportDetails

public ExportTask withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Sets the value of the InstanceExportDetails property for this object.

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

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

getExportToS3Task

public ExportToS3Task getExportToS3Task()
Returns the value of the ExportToS3Task property for this object.

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

setExportToS3Task

public void setExportToS3Task(ExportToS3Task exportToS3Task)
Sets the value of the ExportToS3Task property for this object.

Parameters:
exportToS3Task - The new value for the ExportToS3Task property for this object.

withExportToS3Task

public ExportTask withExportToS3Task(ExportToS3Task exportToS3Task)
Sets the value of the ExportToS3Task property for this object.

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

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