Defines a validation warning returned by PutPipelineDefinition or ValidatePipelineDefinition. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidationWarning
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidationWarning()()()() | Initializes a new instance of the ValidationWarning class | 
|  | Equals(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.) | 
|  | Id | 
            The identifier of the object that contains the validation warning.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Warnings | 
            A description of the validation warning.
             
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithWarnings(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Warnings collection
             | 
|  | WithWarnings(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Warnings collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ValidationWarning |