ToCopyableBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>@Generated("software.amazon.awssdk:codegen") public class PutPipelineDefinitionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>
Contains the output of PutPipelineDefinition.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PutPipelineDefinitionResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PutPipelineDefinitionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
errored() |
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated
until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline. |
int |
hashCode() |
|
static Class<? extends PutPipelineDefinitionResponse.Builder> |
serializableBuilderClass() |
|
PutPipelineDefinitionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<ValidationError> |
validationErrors() |
The validation errors that are associated with the objects defined in
pipelineObjects. |
List<ValidationWarning> |
validationWarnings() |
The validation warnings that are associated with the objects defined in
pipelineObjects. |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<ValidationError> validationErrors()
The validation errors that are associated with the objects defined in pipelineObjects.
pipelineObjects.public List<ValidationWarning> validationWarnings()
The validation warnings that are associated with the objects defined in pipelineObjects.
pipelineObjects.public Boolean errored()
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated
until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
PutPipelineDefinition to commit the
corrected pipeline.public PutPipelineDefinitionResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PutPipelineDefinitionResponse.Builder,PutPipelineDefinitionResponse>public static PutPipelineDefinitionResponse.Builder builder()
public static Class<? extends PutPipelineDefinitionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.