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