Struct aws_sdk_datapipeline::output::validate_pipeline_definition_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ValidatePipelineDefinitionOutput
Implementations
Appends an item to validation_errors
.
To override the contents of this collection use set_validation_errors
.
Any validation errors that were found.
Any validation errors that were found.
Appends an item to validation_warnings
.
To override the contents of this collection use set_validation_warnings
.
Any validation warnings that were found.
Any validation warnings that were found.
Indicates whether there were validation errors.
Consumes the builder and constructs a ValidatePipelineDefinitionOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more