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 request. 
 | 
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; useful for testing and debugging. 
 | 
UpdatePipelineStatusRequest | 
withId(String id)
 The identifier of the pipeline to update. 
 | 
UpdatePipelineStatusRequest | 
withStatus(String status)
 The desired status of the pipeline: 
 | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public UpdatePipelineStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.