public class DeletePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeletePipeline operation
.
The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is
not currently in use (doesn't contain any active jobs). If the
pipeline is currently in use, DeletePipeline
returns an
error.
NOOP
Constructor and Description |
---|
DeletePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePipelineRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the pipeline that you want to delete.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the pipeline that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeletePipelineRequest |
withId(String id)
The identifier of the pipeline that you want to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the pipeline that you want to delete.public DeletePipelineRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the pipeline that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeletePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.