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