@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The UpdatePipelineStatusRequest structure.
NOOP | Constructor and Description |
|---|
UpdatePipelineStatusRequest () |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineStatusRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getId ()
The identifier of the pipeline to update.
|
String |
getStatus ()
The desired status of the pipeline:
|
int |
hashCode () |
void |
setId (String id)
The identifier of the pipeline to update.
|
void |
setStatus (String status)
The desired status of the pipeline:
|
String |
toString ()
Returns a string representation of this object.
|
UpdatePipelineStatusRequest |
withId (String id)
The identifier of the pipeline to update.
|
UpdatePipelineStatusRequest |
withStatus (String status)
The desired status of 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 UpdatePipelineStatusRequest()
public void setId(String id)
The identifier of the pipeline to update.
id - The identifier of the pipeline to update.public String getId()
The identifier of the pipeline to update.
public UpdatePipelineStatusRequest withId(String id)
The identifier of the pipeline to update.
id - The identifier of the pipeline to update.public void setStatus(String status)
The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
status - The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
public String getStatus()
The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
public UpdatePipelineStatusRequest withStatus(String status)
The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
status - The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
public String toString()
toString in class Object Object.toString() public UpdatePipelineStatusRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()