Struct aws_sdk_drs::operation::stop_source_network_replication::builders::StopSourceNetworkReplicationOutputBuilder
source · #[non_exhaustive]pub struct StopSourceNetworkReplicationOutputBuilder { /* private fields */ }Expand description
A builder for StopSourceNetworkReplicationOutput.
Implementations§
source§impl StopSourceNetworkReplicationOutputBuilder
impl StopSourceNetworkReplicationOutputBuilder
sourcepub fn source_network(self, input: SourceNetwork) -> Self
pub fn source_network(self, input: SourceNetwork) -> Self
Source Network which was requested to stop replication.
sourcepub fn set_source_network(self, input: Option<SourceNetwork>) -> Self
pub fn set_source_network(self, input: Option<SourceNetwork>) -> Self
Source Network which was requested to stop replication.
sourcepub fn get_source_network(&self) -> &Option<SourceNetwork>
pub fn get_source_network(&self) -> &Option<SourceNetwork>
Source Network which was requested to stop replication.
sourcepub fn build(self) -> StopSourceNetworkReplicationOutput
pub fn build(self) -> StopSourceNetworkReplicationOutput
Consumes the builder and constructs a StopSourceNetworkReplicationOutput.
Trait Implementations§
source§impl Clone for StopSourceNetworkReplicationOutputBuilder
impl Clone for StopSourceNetworkReplicationOutputBuilder
source§fn clone(&self) -> StopSourceNetworkReplicationOutputBuilder
fn clone(&self) -> StopSourceNetworkReplicationOutputBuilder
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 Default for StopSourceNetworkReplicationOutputBuilder
impl Default for StopSourceNetworkReplicationOutputBuilder
source§fn default() -> StopSourceNetworkReplicationOutputBuilder
fn default() -> StopSourceNetworkReplicationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopSourceNetworkReplicationOutputBuilder
impl PartialEq for StopSourceNetworkReplicationOutputBuilder
source§fn eq(&self, other: &StopSourceNetworkReplicationOutputBuilder) -> bool
fn eq(&self, other: &StopSourceNetworkReplicationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StopSourceNetworkReplicationOutputBuilder
Auto Trait Implementations§
impl Freeze for StopSourceNetworkReplicationOutputBuilder
impl RefUnwindSafe for StopSourceNetworkReplicationOutputBuilder
impl Send for StopSourceNetworkReplicationOutputBuilder
impl Sync for StopSourceNetworkReplicationOutputBuilder
impl Unpin for StopSourceNetworkReplicationOutputBuilder
impl UnwindSafe for StopSourceNetworkReplicationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.