@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for ActivatePipeline.
NOOP
Constructor and Description |
---|
ActivatePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
ActivatePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ParameterValue> |
getParameterValues()
A list of parameter values to pass to the pipeline at activation.
|
String |
getPipelineId()
The ID of the pipeline.
|
Date |
getStartTimestamp()
The date and time to resume the pipeline.
|
int |
hashCode() |
void |
setParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
|
void |
setPipelineId(String pipelineId)
The ID of the pipeline.
|
void |
setStartTimestamp(Date startTimestamp)
The date and time to resume the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivatePipelineRequest |
withParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest |
withParameterValues(ParameterValue... parameterValues)
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest |
withPipelineId(String pipelineId)
The ID of the pipeline.
|
ActivatePipelineRequest |
withStartTimestamp(Date startTimestamp)
The date and time to resume the pipeline.
|
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 setPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.public String getPipelineId()
The ID of the pipeline.
public ActivatePipelineRequest withPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.public List<ParameterValue> getParameterValues()
A list of parameter values to pass to the pipeline at activation.
public void setParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
parameterValues
- A list of parameter values to pass to the pipeline at activation.public ActivatePipelineRequest withParameterValues(ParameterValue... parameterValues)
A list of parameter values to pass to the pipeline at activation.
NOTE: This method appends the values to the existing list (if any). Use
setParameterValues(java.util.Collection)
or withParameterValues(java.util.Collection)
if you
want to override the existing values.
parameterValues
- A list of parameter values to pass to the pipeline at activation.public ActivatePipelineRequest withParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
parameterValues
- A list of parameter values to pass to the pipeline at activation.public void setStartTimestamp(Date startTimestamp)
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
startTimestamp
- The date and time to resume the pipeline. By default, the pipeline resumes from the last completed
execution.public Date getStartTimestamp()
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
public ActivatePipelineRequest withStartTimestamp(Date startTimestamp)
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
startTimestamp
- The date and time to resume the pipeline. By default, the pipeline resumes from the last completed
execution.public String toString()
toString
in class Object
Object.toString()
public ActivatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.