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 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>
Creates a shared type from an unshared type.