|
Did this page help you?Yes No Tell us about it... |
||||||
| 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),
Serialized Form| Constructor Summary | |
|---|---|
CancelConversionTaskRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getConversionTaskId()
Returns the value of the ConversionTaskId property for this object. |
java.lang.String |
getReasonMessage()
Returns the value of the ReasonMessage property for this object. |
int |
hashCode()
|
void |
setConversionTaskId(java.lang.String conversionTaskId)
Sets the value of the ConversionTaskId property for this object. |
void |
setReasonMessage(java.lang.String reasonMessage)
Sets the value of the ReasonMessage property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelConversionTaskRequest |
withConversionTaskId(java.lang.String conversionTaskId)
Sets the value of the ConversionTaskId property for this object. |
CancelConversionTaskRequest |
withReasonMessage(java.lang.String reasonMessage)
Sets the value of the ReasonMessage property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelConversionTaskRequest()
| Method Detail |
|---|
public java.lang.String getConversionTaskId()
public void setConversionTaskId(java.lang.String conversionTaskId)
conversionTaskId - The new value for the ConversionTaskId property for this object.public CancelConversionTaskRequest withConversionTaskId(java.lang.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 java.lang.String getReasonMessage()
public void setReasonMessage(java.lang.String reasonMessage)
reasonMessage - The new value for the ReasonMessage property for this object.public CancelConversionTaskRequest withReasonMessage(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||