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