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