@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipelineReprocessingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartPipelineReprocessingRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartPipelineReprocessingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time (exclusive) of raw message data that is reprocessed.
|
String |
getPipelineName()
The name of the pipeline on which to start reprocessing.
|
Date |
getStartTime()
The start time (inclusive) of raw message data that is reprocessed.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end time (exclusive) of raw message data that is reprocessed.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
|
void |
setStartTime(Date startTime)
The start time (inclusive) of raw message data that is reprocessed.
|
String |
toString()
Returns a string representation of this object.
|
StartPipelineReprocessingRequest |
withEndTime(Date endTime)
The end time (exclusive) of raw message data that is reprocessed.
|
StartPipelineReprocessingRequest |
withPipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
|
StartPipelineReprocessingRequest |
withStartTime(Date startTime)
The start time (inclusive) of raw message data that is reprocessed.
|
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, withSdkRequestTimeoutpublic void setPipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
pipelineName - The name of the pipeline on which to start reprocessing.public String getPipelineName()
The name of the pipeline on which to start reprocessing.
public StartPipelineReprocessingRequest withPipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
pipelineName - The name of the pipeline on which to start reprocessing.public void setStartTime(Date startTime)
The start time (inclusive) of raw message data that is reprocessed.
startTime - The start time (inclusive) of raw message data that is reprocessed.public Date getStartTime()
The start time (inclusive) of raw message data that is reprocessed.
public StartPipelineReprocessingRequest withStartTime(Date startTime)
The start time (inclusive) of raw message data that is reprocessed.
startTime - The start time (inclusive) of raw message data that is reprocessed.public void setEndTime(Date endTime)
The end time (exclusive) of raw message data that is reprocessed.
endTime - The end time (exclusive) of raw message data that is reprocessed.public Date getEndTime()
The end time (exclusive) of raw message data that is reprocessed.
public StartPipelineReprocessingRequest withEndTime(Date endTime)
The end time (exclusive) of raw message data that is reprocessed.
endTime - The end time (exclusive) of raw message data that is reprocessed.public String toString()
toString in class ObjectObject.toString()public StartPipelineReprocessingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.