@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePipelineExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
String |
getPipelineExecutionDescription()
The description of the pipeline execution.
|
String |
getPipelineExecutionDisplayName()
The display name of the pipeline execution.
|
int |
hashCode() |
void |
setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
void |
setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
void |
setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePipelineExecutionRequest |
withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
UpdatePipelineExecutionRequest |
withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
UpdatePipelineExecutionRequest |
withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
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 setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public String getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public UpdatePipelineExecutionRequest withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public void setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public String getPipelineExecutionDescription()
The description of the pipeline execution.
public UpdatePipelineExecutionRequest withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public void setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public String getPipelineExecutionDisplayName()
The display name of the pipeline execution.
public UpdatePipelineExecutionRequest withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()