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

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

Declaration Syntax
C#
public class PipelineObject
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fields
Key-value pairs that define the properties of the 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
Identifier of the object.

Constraints:

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


Name
Name of the object.

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.)
WithFields(array<Field>[]()[][]) Obsolete.
Adds elements to the Fields collection

WithFields(IEnumerable<(Of <<'(Field>)>>)) Obsolete.
Adds elements to the Fields collection

WithId(String) Obsolete.
Sets the Id property

WithName(String) Obsolete.
Sets the Name property

Inheritance Hierarchy
Object
PipelineObject

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