public class CancelConversionTaskRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<CancelConversionTaskRequest>
CancelConversionTask operation
.Constructor and Description |
---|
CancelConversionTaskRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConversionTaskId()
Returns the value of the ConversionTaskId property for this object.
|
Request<CancelConversionTaskRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 Request<CancelConversionTaskRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CancelConversionTaskRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.