Struct aws_sdk_datapipeline::output::describe_objects_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeObjectsOutput
Implementations
Appends an item to pipeline_objects
.
To override the contents of this collection use set_pipeline_objects
.
An array of object definitions.
An array of object definitions.
The starting point for the next page of results. To view the next page of results, call DescribeObjects
again with this marker value. If the value is null, there are no more results.
The starting point for the next page of results. To view the next page of results, call DescribeObjects
again with this marker value. If the value is null, there are no more results.
Indicates whether there are more results to return.
Indicates whether there are more results to return.
Consumes the builder and constructs a DescribeObjectsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more