Struct aws_sdk_glue::operation::batch_get_blueprints::builders::BatchGetBlueprintsInputBuilder
source · #[non_exhaustive]pub struct BatchGetBlueprintsInputBuilder { /* private fields */ }Expand description
A builder for BatchGetBlueprintsInput.
Implementations§
source§impl BatchGetBlueprintsInputBuilder
impl BatchGetBlueprintsInputBuilder
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 blueprint names.
sourcepub fn include_blueprint(self, input: bool) -> Self
pub fn include_blueprint(self, input: bool) -> Self
Specifies whether or not to include the blueprint in the response.
sourcepub fn set_include_blueprint(self, input: Option<bool>) -> Self
pub fn set_include_blueprint(self, input: Option<bool>) -> Self
Specifies whether or not to include the blueprint in the response.
sourcepub fn get_include_blueprint(&self) -> &Option<bool>
pub fn get_include_blueprint(&self) -> &Option<bool>
Specifies whether or not to include the blueprint in the response.
sourcepub fn include_parameter_spec(self, input: bool) -> Self
pub fn include_parameter_spec(self, input: bool) -> Self
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
sourcepub fn set_include_parameter_spec(self, input: Option<bool>) -> Self
pub fn set_include_parameter_spec(self, input: Option<bool>) -> Self
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
sourcepub fn get_include_parameter_spec(&self) -> &Option<bool>
pub fn get_include_parameter_spec(&self) -> &Option<bool>
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
sourcepub fn build(self) -> Result<BatchGetBlueprintsInput, BuildError>
pub fn build(self) -> Result<BatchGetBlueprintsInput, BuildError>
Consumes the builder and constructs a BatchGetBlueprintsInput.
source§impl BatchGetBlueprintsInputBuilder
impl BatchGetBlueprintsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetBlueprintsOutput, SdkError<BatchGetBlueprintsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetBlueprintsOutput, SdkError<BatchGetBlueprintsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchGetBlueprintsInputBuilder
impl Clone for BatchGetBlueprintsInputBuilder
source§fn clone(&self) -> BatchGetBlueprintsInputBuilder
fn clone(&self) -> BatchGetBlueprintsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchGetBlueprintsInputBuilder
impl Default for BatchGetBlueprintsInputBuilder
source§fn default() -> BatchGetBlueprintsInputBuilder
fn default() -> BatchGetBlueprintsInputBuilder
source§impl PartialEq<BatchGetBlueprintsInputBuilder> for BatchGetBlueprintsInputBuilder
impl PartialEq<BatchGetBlueprintsInputBuilder> for BatchGetBlueprintsInputBuilder
source§fn eq(&self, other: &BatchGetBlueprintsInputBuilder) -> bool
fn eq(&self, other: &BatchGetBlueprintsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.