@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ValidatePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
ValidatePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineConfigurationBody()
The pipeline configuration in YAML format.
|
int |
hashCode() |
void |
setPipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format.
|
String |
toString()
Returns a string representation of this object.
|
ValidatePipelineRequest |
withPipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format.
|
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 setPipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n
.
pipelineConfigurationBody
- The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or
within a .yaml file. If you provide the configuration as a string, each new line must be escaped with
\n
.public String getPipelineConfigurationBody()
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n
.
\n
.public ValidatePipelineRequest withPipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n
.
pipelineConfigurationBody
- The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or
within a .yaml file. If you provide the configuration as a string, each new line must be escaped with
\n
.public String toString()
toString
in class Object
Object.toString()
public ValidatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()