Struct aws_sdk_datapipeline::output::query_objects_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for QueryObjectsOutput
Implementations
Appends an item to ids
.
To override the contents of this collection use set_ids
.
The identifiers that match the query selectors.
The identifiers that match the query selectors.
The starting point for the next page of results. To view the next page of results, call QueryObjects
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 QueryObjects
again with this marker value. If the value is null, there are no more results.
Indicates whether there are more results that can be obtained by a subsequent call.
Indicates whether there are more results that can be obtained by a subsequent call.
Consumes the builder and constructs a QueryObjectsOutput
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