AWS SDK for .NET Documentation
PutPipelineDefinitionResult Class
AmazonAmazon.DataPipeline.ModelPutPipelineDefinitionResult Did this page help you?   Yes   No    Tell us about it...

Contains the output of the PutPipelineDefinition action.

Declaration Syntax
C#
public class PutPipelineDefinitionResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PutPipelineDefinitionResult()()()()
Initializes a new instance of the PutPipelineDefinitionResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Errored
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ValidationErrors
A list of the validation errors that are associated with the objects defined in pipelineObjects.

ValidationWarnings
A list of the validation warnings that are associated with the objects defined in pipelineObjects.

WithErrored(Boolean) Obsolete.
Sets the Errored property

WithValidationErrors(array<ValidationError>[]()[][]) Obsolete.
Adds elements to the ValidationErrors collection

WithValidationErrors(IEnumerable<(Of <<'(ValidationError>)>>)) Obsolete.
Adds elements to the ValidationErrors collection

WithValidationWarnings(array<ValidationWarning>[]()[][]) Obsolete.
Adds elements to the ValidationWarnings collection

WithValidationWarnings(IEnumerable<(Of <<'(ValidationWarning>)>>)) Obsolete.
Adds elements to the ValidationWarnings collection

Inheritance Hierarchy
Object
PutPipelineDefinitionResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)