com.amazonaws.services.importexport.model
Class CancelJobResult

java.lang.Object
  extended by com.amazonaws.services.importexport.model.CancelJobResult

public class CancelJobResult
extends java.lang.Object

Output structure for the CancelJob operation.


Constructor Summary
CancelJobResult()
           
 
Method Summary
 java.lang.Boolean getSuccess()
          Specifies whether (true) or not (false) AWS Import/Export updated your job.
 java.lang.Boolean isSuccess()
          Specifies whether (true) or not (false) AWS Import/Export updated your job.
 void setSuccess(java.lang.Boolean success)
          Specifies whether (true) or not (false) AWS Import/Export updated your job.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CancelJobResult withSuccess(java.lang.Boolean success)
          Specifies whether (true) or not (false) AWS Import/Export updated your job.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelJobResult

public CancelJobResult()
Method Detail

isSuccess

public java.lang.Boolean isSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job.

Returns:
Specifies whether (true) or not (false) AWS Import/Export updated your job.

setSuccess

public void setSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job.

Parameters:
success - Specifies whether (true) or not (false) AWS Import/Export updated your job.

withSuccess

public CancelJobResult withSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job.

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

Parameters:
success - Specifies whether (true) or not (false) AWS Import/Export updated your job.
Returns:
A reference to this updated object so that method calls can be chained together.

getSuccess

public java.lang.Boolean getSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job.

Returns:
Specifies whether (true) or not (false) AWS Import/Export updated your job.

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()


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