Struct aws_sdk_glue::input::DeleteBlueprintInput
source · #[non_exhaustive]pub struct DeleteBlueprintInput { /* private fields */ }Implementations§
source§impl DeleteBlueprintInput
impl DeleteBlueprintInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBlueprint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBlueprint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBlueprint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBlueprintInput.
Trait Implementations§
source§impl Clone for DeleteBlueprintInput
impl Clone for DeleteBlueprintInput
source§fn clone(&self) -> DeleteBlueprintInput
fn clone(&self) -> DeleteBlueprintInput
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 DeleteBlueprintInput
impl Debug for DeleteBlueprintInput
source§impl PartialEq<DeleteBlueprintInput> for DeleteBlueprintInput
impl PartialEq<DeleteBlueprintInput> for DeleteBlueprintInput
source§fn eq(&self, other: &DeleteBlueprintInput) -> bool
fn eq(&self, other: &DeleteBlueprintInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.