@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelPipelineReprocessingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelPipelineReprocessingRequest() |
Modifier and Type | Method and Description |
---|---|
CancelPipelineReprocessingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineName()
The name of pipeline for which data reprocessing is canceled.
|
String |
getReprocessingId()
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
|
int |
hashCode() |
void |
setPipelineName(String pipelineName)
The name of pipeline for which data reprocessing is canceled.
|
void |
setReprocessingId(String reprocessingId)
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelPipelineReprocessingRequest |
withPipelineName(String pipelineName)
The name of pipeline for which data reprocessing is canceled.
|
CancelPipelineReprocessingRequest |
withReprocessingId(String reprocessingId)
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPipelineName(String pipelineName)
The name of pipeline for which data reprocessing is canceled.
pipelineName
- The name of pipeline for which data reprocessing is canceled.public String getPipelineName()
The name of pipeline for which data reprocessing is canceled.
public CancelPipelineReprocessingRequest withPipelineName(String pipelineName)
The name of pipeline for which data reprocessing is canceled.
pipelineName
- The name of pipeline for which data reprocessing is canceled.public void setReprocessingId(String reprocessingId)
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
reprocessingId
- The ID of the reprocessing task (returned by "StartPipelineReprocessing").public String getReprocessingId()
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
public CancelPipelineReprocessingRequest withReprocessingId(String reprocessingId)
The ID of the reprocessing task (returned by "StartPipelineReprocessing").
reprocessingId
- The ID of the reprocessing task (returned by "StartPipelineReprocessing").public String toString()
toString
in class Object
Object.toString()
public CancelPipelineReprocessingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.