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

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
C#
public class ValidationWarning
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ValidationWarning()()()()
Initializes a new instance of the ValidationWarning 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.)
Id
The identifier of the object that contains the validation warning.

Constraints:

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


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
Object
ValidationWarning

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