Struct aws_sdk_ssm::operation::update_document_metadata::builders::UpdateDocumentMetadataOutputBuilder
source · #[non_exhaustive]pub struct UpdateDocumentMetadataOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateDocumentMetadataOutput
.
Implementations§
source§impl UpdateDocumentMetadataOutputBuilder
impl UpdateDocumentMetadataOutputBuilder
sourcepub fn build(self) -> UpdateDocumentMetadataOutput
pub fn build(self) -> UpdateDocumentMetadataOutput
Consumes the builder and constructs a UpdateDocumentMetadataOutput
.
Trait Implementations§
source§impl Clone for UpdateDocumentMetadataOutputBuilder
impl Clone for UpdateDocumentMetadataOutputBuilder
source§fn clone(&self) -> UpdateDocumentMetadataOutputBuilder
fn clone(&self) -> UpdateDocumentMetadataOutputBuilder
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 UpdateDocumentMetadataOutputBuilder
impl Default for UpdateDocumentMetadataOutputBuilder
source§fn default() -> UpdateDocumentMetadataOutputBuilder
fn default() -> UpdateDocumentMetadataOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateDocumentMetadataOutputBuilder
impl PartialEq for UpdateDocumentMetadataOutputBuilder
source§fn eq(&self, other: &UpdateDocumentMetadataOutputBuilder) -> bool
fn eq(&self, other: &UpdateDocumentMetadataOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateDocumentMetadataOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateDocumentMetadataOutputBuilder
impl RefUnwindSafe for UpdateDocumentMetadataOutputBuilder
impl Send for UpdateDocumentMetadataOutputBuilder
impl Sync for UpdateDocumentMetadataOutputBuilder
impl Unpin for UpdateDocumentMetadataOutputBuilder
impl UnwindSafe for UpdateDocumentMetadataOutputBuilder
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.