Struct aws_sdk_proton::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerInputBuilder
source · #[non_exhaustive]pub struct UpdateServiceSyncBlockerInputBuilder { /* private fields */ }Expand description
A builder for UpdateServiceSyncBlockerInput.
Implementations§
source§impl UpdateServiceSyncBlockerInputBuilder
impl UpdateServiceSyncBlockerInputBuilder
sourcepub fn resolved_reason(self, input: impl Into<String>) -> Self
pub fn resolved_reason(self, input: impl Into<String>) -> Self
The reason the service sync blocker was resolved.
sourcepub fn set_resolved_reason(self, input: Option<String>) -> Self
pub fn set_resolved_reason(self, input: Option<String>) -> Self
The reason the service sync blocker was resolved.
sourcepub fn build(self) -> Result<UpdateServiceSyncBlockerInput, BuildError>
pub fn build(self) -> Result<UpdateServiceSyncBlockerInput, BuildError>
Consumes the builder and constructs a UpdateServiceSyncBlockerInput.
Trait Implementations§
source§impl Clone for UpdateServiceSyncBlockerInputBuilder
impl Clone for UpdateServiceSyncBlockerInputBuilder
source§fn clone(&self) -> UpdateServiceSyncBlockerInputBuilder
fn clone(&self) -> UpdateServiceSyncBlockerInputBuilder
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 UpdateServiceSyncBlockerInputBuilder
impl Default for UpdateServiceSyncBlockerInputBuilder
source§fn default() -> UpdateServiceSyncBlockerInputBuilder
fn default() -> UpdateServiceSyncBlockerInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateServiceSyncBlockerInputBuilder> for UpdateServiceSyncBlockerInputBuilder
impl PartialEq<UpdateServiceSyncBlockerInputBuilder> for UpdateServiceSyncBlockerInputBuilder
source§fn eq(&self, other: &UpdateServiceSyncBlockerInputBuilder) -> bool
fn eq(&self, other: &UpdateServiceSyncBlockerInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateServiceSyncBlockerInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateServiceSyncBlockerInputBuilder
impl Send for UpdateServiceSyncBlockerInputBuilder
impl Sync for UpdateServiceSyncBlockerInputBuilder
impl Unpin for UpdateServiceSyncBlockerInputBuilder
impl UnwindSafe for UpdateServiceSyncBlockerInputBuilder
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