Struct aws_sdk_codestarconnections::types::error::builders::SyncBlockerDoesNotExistExceptionBuilder
source · #[non_exhaustive]pub struct SyncBlockerDoesNotExistExceptionBuilder { /* private fields */ }Expand description
A builder for SyncBlockerDoesNotExistException.
Implementations§
source§impl SyncBlockerDoesNotExistExceptionBuilder
impl SyncBlockerDoesNotExistExceptionBuilder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
pub fn get_message(&self) -> &Option<String>
sourcepub fn meta(self, meta: ErrorMetadata) -> Self
pub fn meta(self, meta: ErrorMetadata) -> Self
Sets error metadata
sourcepub fn set_meta(&mut self, meta: Option<ErrorMetadata>) -> &mut Self
pub fn set_meta(&mut self, meta: Option<ErrorMetadata>) -> &mut Self
Sets error metadata
sourcepub fn build(self) -> SyncBlockerDoesNotExistException
pub fn build(self) -> SyncBlockerDoesNotExistException
Consumes the builder and constructs a SyncBlockerDoesNotExistException.
Trait Implementations§
source§impl Clone for SyncBlockerDoesNotExistExceptionBuilder
impl Clone for SyncBlockerDoesNotExistExceptionBuilder
source§fn clone(&self) -> SyncBlockerDoesNotExistExceptionBuilder
fn clone(&self) -> SyncBlockerDoesNotExistExceptionBuilder
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 SyncBlockerDoesNotExistExceptionBuilder
impl Default for SyncBlockerDoesNotExistExceptionBuilder
source§fn default() -> SyncBlockerDoesNotExistExceptionBuilder
fn default() -> SyncBlockerDoesNotExistExceptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SyncBlockerDoesNotExistExceptionBuilder
impl PartialEq for SyncBlockerDoesNotExistExceptionBuilder
source§fn eq(&self, other: &SyncBlockerDoesNotExistExceptionBuilder) -> bool
fn eq(&self, other: &SyncBlockerDoesNotExistExceptionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SyncBlockerDoesNotExistExceptionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SyncBlockerDoesNotExistExceptionBuilder
impl Send for SyncBlockerDoesNotExistExceptionBuilder
impl Sync for SyncBlockerDoesNotExistExceptionBuilder
impl Unpin for SyncBlockerDoesNotExistExceptionBuilder
impl UnwindSafe for SyncBlockerDoesNotExistExceptionBuilder
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.