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

Returns the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.

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



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateExpressions
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
The starting point for the results to be returned. The first time you call DescribeObjects, this value should be empty. As long as the action returns HasMoreResults as True, you can call DescribeObjects again and pass the marker value from the response to retrieve the next set of results.

Constraints:

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


ObjectIds
Identifiers of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

PipelineId
Identifier of the pipeline that contains the object definitions.

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.)
WithEvaluateExpressions(Boolean) Obsolete.
Sets the EvaluateExpressions property

WithMarker(String) Obsolete.
Sets the Marker property

WithObjectIds(array<String>[]()[][]) Obsolete.
Adds elements to the ObjectIds collection

WithObjectIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the ObjectIds collection

WithPipelineId(String) Obsolete.
Sets the PipelineId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeObjectsRequest
See Also

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