public class CancelExportTaskRequest extends AmazonWebServiceRequest implements Serializable
CancelExportTask operation
.Constructor and Description |
---|
CancelExportTaskRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getExportTaskId()
Returns the value of the ExportTaskId property for this object.
|
int |
hashCode() |
void |
setExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelExportTaskRequest |
withExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getExportTaskId()
public void setExportTaskId(String exportTaskId)
exportTaskId
- The new value for the ExportTaskId property for this object.public CancelExportTaskRequest withExportTaskId(String exportTaskId)
Returns a reference to this object so that method calls can be chained together.
exportTaskId
- The new value for the ExportTaskId property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.