Struct aws_sdk_glue::input::BatchGetBlueprintsInput
source · #[non_exhaustive]pub struct BatchGetBlueprintsInput { /* private fields */ }Implementations§
source§impl BatchGetBlueprintsInput
impl BatchGetBlueprintsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetBlueprints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetBlueprints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetBlueprints>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetBlueprintsInput.
source§impl BatchGetBlueprintsInput
impl BatchGetBlueprintsInput
sourcepub fn include_blueprint(&self) -> Option<bool>
pub fn include_blueprint(&self) -> Option<bool>
Specifies whether or not to include the blueprint in the response.
sourcepub fn include_parameter_spec(&self) -> Option<bool>
pub fn include_parameter_spec(&self) -> Option<bool>
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
Trait Implementations§
source§impl Clone for BatchGetBlueprintsInput
impl Clone for BatchGetBlueprintsInput
source§fn clone(&self) -> BatchGetBlueprintsInput
fn clone(&self) -> BatchGetBlueprintsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BatchGetBlueprintsInput
impl Debug for BatchGetBlueprintsInput
source§impl PartialEq<BatchGetBlueprintsInput> for BatchGetBlueprintsInput
impl PartialEq<BatchGetBlueprintsInput> for BatchGetBlueprintsInput
source§fn eq(&self, other: &BatchGetBlueprintsInput) -> bool
fn eq(&self, other: &BatchGetBlueprintsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.