|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CancelConversionTaskRequest
public class CancelConversionTaskRequest
Container for the parameters to the CancelConversionTask operation.
AmazonEC2.cancelConversionTask(CancelConversionTaskRequest)| Constructor Summary | |
|---|---|
CancelConversionTaskRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getConversionTaskId()
Returns the value of the ConversionTaskId property for this object. |
String |
getReasonMessage()
Returns the value of the ReasonMessage property for this object. |
int |
hashCode()
|
void |
setConversionTaskId(String conversionTaskId)
Sets the value of the ConversionTaskId property for this object. |
void |
setReasonMessage(String reasonMessage)
Sets the value of the ReasonMessage property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelConversionTaskRequest |
withConversionTaskId(String conversionTaskId)
Sets the value of the ConversionTaskId property for this object. |
CancelConversionTaskRequest |
withReasonMessage(String reasonMessage)
Sets the value of the ReasonMessage property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelConversionTaskRequest()
| Method Detail |
|---|
public String getConversionTaskId()
public void setConversionTaskId(String conversionTaskId)
conversionTaskId - The new value for the ConversionTaskId property for this object.public CancelConversionTaskRequest withConversionTaskId(String conversionTaskId)
Returns a reference to this object so that method calls can be chained together.
conversionTaskId - The new value for the ConversionTaskId property for this object.
public String getReasonMessage()
public void setReasonMessage(String reasonMessage)
reasonMessage - The new value for the ReasonMessage property for this object.public CancelConversionTaskRequest withReasonMessage(String reasonMessage)
Returns a reference to this object so that method calls can be chained together.
reasonMessage - The new value for the ReasonMessage property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||