@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineDefinition()
The JSON pipeline definition.
|
String |
getPipelineDescription()
The description of the pipeline.
|
String |
getPipelineDisplayName()
The display name of the pipeline.
|
String |
getPipelineName()
The name of the pipeline to update.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
int |
hashCode() |
void |
setPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
void |
setPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
void |
setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline to update.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePipelineRequest |
withPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
UpdatePipelineRequest |
withPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
UpdatePipelineRequest |
withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
UpdatePipelineRequest |
withPipelineName(String pipelineName)
The name of the pipeline to update.
|
UpdatePipelineRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
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 setPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName
- The name of the pipeline to update.public String getPipelineName()
The name of the pipeline to update.
public UpdatePipelineRequest withPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName
- The name of the pipeline to update.public void setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public String getPipelineDisplayName()
The display name of the pipeline.
public UpdatePipelineRequest withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public void setPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition
- The JSON pipeline definition.public String getPipelineDefinition()
The JSON pipeline definition.
public UpdatePipelineRequest withPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition
- The JSON pipeline definition.public void setPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public String getPipelineDescription()
The description of the pipeline.
public UpdatePipelineRequest withPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
roleArn
- The Amazon Resource Name (ARN) that the pipeline uses to execute.public String getRoleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
public UpdatePipelineRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
roleArn
- The Amazon Resource Name (ARN) that the pipeline uses to execute.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()