public class CancelConversionTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable
CancelConversionTask operation.| コンストラクタと説明 |
|---|
CancelConversionTaskRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object