Struct aws_sdk_proton::operation::update_service_sync_blocker::builders::UpdateServiceSyncBlockerOutputBuilder
source · #[non_exhaustive]pub struct UpdateServiceSyncBlockerOutputBuilder { /* private fields */ }Expand description
A builder for UpdateServiceSyncBlockerOutput.
Implementations§
source§impl UpdateServiceSyncBlockerOutputBuilder
impl UpdateServiceSyncBlockerOutputBuilder
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service that you want to update the service sync blocker for.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service that you want to update the service sync blocker for.
sourcepub fn service_instance_name(self, input: impl Into<String>) -> Self
pub fn service_instance_name(self, input: impl Into<String>) -> Self
The name of the service instance that you want to update the service sync blocker for.
sourcepub fn set_service_instance_name(self, input: Option<String>) -> Self
pub fn set_service_instance_name(self, input: Option<String>) -> Self
The name of the service instance that you want to update the service sync blocker for.
sourcepub fn service_sync_blocker(self, input: SyncBlocker) -> Self
pub fn service_sync_blocker(self, input: SyncBlocker) -> Self
The detailed data on the service sync blocker that was updated.
sourcepub fn set_service_sync_blocker(self, input: Option<SyncBlocker>) -> Self
pub fn set_service_sync_blocker(self, input: Option<SyncBlocker>) -> Self
The detailed data on the service sync blocker that was updated.
sourcepub fn build(self) -> UpdateServiceSyncBlockerOutput
pub fn build(self) -> UpdateServiceSyncBlockerOutput
Consumes the builder and constructs a UpdateServiceSyncBlockerOutput.
Trait Implementations§
source§impl Clone for UpdateServiceSyncBlockerOutputBuilder
impl Clone for UpdateServiceSyncBlockerOutputBuilder
source§fn clone(&self) -> UpdateServiceSyncBlockerOutputBuilder
fn clone(&self) -> UpdateServiceSyncBlockerOutputBuilder
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 UpdateServiceSyncBlockerOutputBuilder
impl Default for UpdateServiceSyncBlockerOutputBuilder
source§fn default() -> UpdateServiceSyncBlockerOutputBuilder
fn default() -> UpdateServiceSyncBlockerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateServiceSyncBlockerOutputBuilder> for UpdateServiceSyncBlockerOutputBuilder
impl PartialEq<UpdateServiceSyncBlockerOutputBuilder> for UpdateServiceSyncBlockerOutputBuilder
source§fn eq(&self, other: &UpdateServiceSyncBlockerOutputBuilder) -> bool
fn eq(&self, other: &UpdateServiceSyncBlockerOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateServiceSyncBlockerOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateServiceSyncBlockerOutputBuilder
impl Send for UpdateServiceSyncBlockerOutputBuilder
impl Sync for UpdateServiceSyncBlockerOutputBuilder
impl Unpin for UpdateServiceSyncBlockerOutputBuilder
impl UnwindSafe for UpdateServiceSyncBlockerOutputBuilder
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