Struct aws_sdk_databasemigration::operation::update_subscriptions_to_event_bridge::builders::UpdateSubscriptionsToEventBridgeOutputBuilder
source · #[non_exhaustive]pub struct UpdateSubscriptionsToEventBridgeOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSubscriptionsToEventBridgeOutput
.
Implementations§
source§impl UpdateSubscriptionsToEventBridgeOutputBuilder
impl UpdateSubscriptionsToEventBridgeOutputBuilder
sourcepub fn result(self, input: impl Into<String>) -> Self
pub fn result(self, input: impl Into<String>) -> Self
A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
sourcepub fn get_result(&self) -> &Option<String>
pub fn get_result(&self) -> &Option<String>
A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
sourcepub fn build(self) -> UpdateSubscriptionsToEventBridgeOutput
pub fn build(self) -> UpdateSubscriptionsToEventBridgeOutput
Consumes the builder and constructs a UpdateSubscriptionsToEventBridgeOutput
.
Trait Implementations§
source§impl Clone for UpdateSubscriptionsToEventBridgeOutputBuilder
impl Clone for UpdateSubscriptionsToEventBridgeOutputBuilder
source§fn clone(&self) -> UpdateSubscriptionsToEventBridgeOutputBuilder
fn clone(&self) -> UpdateSubscriptionsToEventBridgeOutputBuilder
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 UpdateSubscriptionsToEventBridgeOutputBuilder
impl Default for UpdateSubscriptionsToEventBridgeOutputBuilder
source§fn default() -> UpdateSubscriptionsToEventBridgeOutputBuilder
fn default() -> UpdateSubscriptionsToEventBridgeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateSubscriptionsToEventBridgeOutputBuilder
impl PartialEq for UpdateSubscriptionsToEventBridgeOutputBuilder
source§fn eq(&self, other: &UpdateSubscriptionsToEventBridgeOutputBuilder) -> bool
fn eq(&self, other: &UpdateSubscriptionsToEventBridgeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSubscriptionsToEventBridgeOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateSubscriptionsToEventBridgeOutputBuilder
impl RefUnwindSafe for UpdateSubscriptionsToEventBridgeOutputBuilder
impl Send for UpdateSubscriptionsToEventBridgeOutputBuilder
impl Sync for UpdateSubscriptionsToEventBridgeOutputBuilder
impl Unpin for UpdateSubscriptionsToEventBridgeOutputBuilder
impl UnwindSafe for UpdateSubscriptionsToEventBridgeOutputBuilder
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> 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.