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