Struct aws_sdk_glue::operation::batch_get_workflows::builders::BatchGetWorkflowsInputBuilder
source · #[non_exhaustive]pub struct BatchGetWorkflowsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetWorkflowsInput
.
Implementations§
source§impl BatchGetWorkflowsInputBuilder
impl BatchGetWorkflowsInputBuilder
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names
.
To override the contents of this collection use set_names
.
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
sourcepub fn set_names(self, input: Option<Vec<String>>) -> Self
pub fn set_names(self, input: Option<Vec<String>>) -> Self
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
sourcepub fn get_names(&self) -> &Option<Vec<String>>
pub fn get_names(&self) -> &Option<Vec<String>>
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
sourcepub fn include_graph(self, input: bool) -> Self
pub fn include_graph(self, input: bool) -> Self
Specifies whether to include a graph when returning the workflow resource metadata.
sourcepub fn set_include_graph(self, input: Option<bool>) -> Self
pub fn set_include_graph(self, input: Option<bool>) -> Self
Specifies whether to include a graph when returning the workflow resource metadata.
sourcepub fn get_include_graph(&self) -> &Option<bool>
pub fn get_include_graph(&self) -> &Option<bool>
Specifies whether to include a graph when returning the workflow resource metadata.
sourcepub fn build(self) -> Result<BatchGetWorkflowsInput, BuildError>
pub fn build(self) -> Result<BatchGetWorkflowsInput, BuildError>
Consumes the builder and constructs a BatchGetWorkflowsInput
.
source§impl BatchGetWorkflowsInputBuilder
impl BatchGetWorkflowsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetWorkflowsOutput, SdkError<BatchGetWorkflowsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetWorkflowsOutput, SdkError<BatchGetWorkflowsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchGetWorkflowsInputBuilder
impl Clone for BatchGetWorkflowsInputBuilder
source§fn clone(&self) -> BatchGetWorkflowsInputBuilder
fn clone(&self) -> BatchGetWorkflowsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetWorkflowsInputBuilder
impl Default for BatchGetWorkflowsInputBuilder
source§fn default() -> BatchGetWorkflowsInputBuilder
fn default() -> BatchGetWorkflowsInputBuilder
source§impl PartialEq for BatchGetWorkflowsInputBuilder
impl PartialEq for BatchGetWorkflowsInputBuilder
source§fn eq(&self, other: &BatchGetWorkflowsInputBuilder) -> bool
fn eq(&self, other: &BatchGetWorkflowsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.