Struct aws_sdk_datapipeline::output::list_pipelines_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListPipelinesOutput
Implementations
Appends an item to pipeline_id_list
.
To override the contents of this collection use set_pipeline_id_list
.
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput
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 ListPipelinesOutput
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 ListPipelinesOutput
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