Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.importexport.model
Class CancelJobResult

java.lang.Object
  extended by com.amazonaws.services.importexport.model.CancelJobResult
All Implemented Interfaces:
Serializable

public class CancelJobResult
extends Object
implements Serializable

Output structure for the CancelJob operation.

See Also:
Serialized Form

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

Constructor Detail

CancelJobResult

public CancelJobResult()
Method Detail

isSuccess

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