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

Contains the output from the ValidatePipelineDefinition action.

Declaration Syntax
C#
public class ValidatePipelineDefinitionResult
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Errored
If True, there were validation errors.

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
Lists the validation errors that were found by ValidatePipelineDefinition.

ValidationWarnings
Lists the validation warnings that were found by ValidatePipelineDefinition.

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
ValidatePipelineDefinitionResult

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