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