AWS SDK for .NET Documentation
ValidatePipelineDefinitionRequest Class
AmazonAmazon.DataPipeline.ModelValidatePipelineDefinitionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ValidatePipelineDefinition operation.

Tests the pipeline definition with a set of validation checks to ensure that it is well formed and can run without error.

Declaration Syntax
C#
public class ValidatePipelineDefinitionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
PipelineId
Identifies the pipeline whose definition is to be validated.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


PipelineObjects
A list of objects that define the pipeline changes to validate against the pipeline.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithPipelineObjects(array<PipelineObject>[]()[][]) Obsolete.
Adds elements to the PipelineObjects collection

WithPipelineObjects(IEnumerable<(Of <<'(PipelineObject>)>>)) Obsolete.
Adds elements to the PipelineObjects collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ValidatePipelineDefinitionRequest
See Also

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