Struct aws_sdk_ssm::operation::update_document_default_version::builders::UpdateDocumentDefaultVersionOutputBuilder
source · #[non_exhaustive]pub struct UpdateDocumentDefaultVersionOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateDocumentDefaultVersionOutput
.
Implementations§
source§impl UpdateDocumentDefaultVersionOutputBuilder
impl UpdateDocumentDefaultVersionOutputBuilder
sourcepub fn description(self, input: DocumentDefaultVersionDescription) -> Self
pub fn description(self, input: DocumentDefaultVersionDescription) -> Self
The description of a custom document that you want to set as the default version.
sourcepub fn set_description(
self,
input: Option<DocumentDefaultVersionDescription>
) -> Self
pub fn set_description( self, input: Option<DocumentDefaultVersionDescription> ) -> Self
The description of a custom document that you want to set as the default version.
sourcepub fn get_description(&self) -> &Option<DocumentDefaultVersionDescription>
pub fn get_description(&self) -> &Option<DocumentDefaultVersionDescription>
The description of a custom document that you want to set as the default version.
sourcepub fn build(self) -> UpdateDocumentDefaultVersionOutput
pub fn build(self) -> UpdateDocumentDefaultVersionOutput
Consumes the builder and constructs a UpdateDocumentDefaultVersionOutput
.
Trait Implementations§
source§impl Clone for UpdateDocumentDefaultVersionOutputBuilder
impl Clone for UpdateDocumentDefaultVersionOutputBuilder
source§fn clone(&self) -> UpdateDocumentDefaultVersionOutputBuilder
fn clone(&self) -> UpdateDocumentDefaultVersionOutputBuilder
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 UpdateDocumentDefaultVersionOutputBuilder
impl Default for UpdateDocumentDefaultVersionOutputBuilder
source§fn default() -> UpdateDocumentDefaultVersionOutputBuilder
fn default() -> UpdateDocumentDefaultVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateDocumentDefaultVersionOutputBuilder
impl PartialEq for UpdateDocumentDefaultVersionOutputBuilder
source§fn eq(&self, other: &UpdateDocumentDefaultVersionOutputBuilder) -> bool
fn eq(&self, other: &UpdateDocumentDefaultVersionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateDocumentDefaultVersionOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateDocumentDefaultVersionOutputBuilder
impl RefUnwindSafe for UpdateDocumentDefaultVersionOutputBuilder
impl Send for UpdateDocumentDefaultVersionOutputBuilder
impl Sync for UpdateDocumentDefaultVersionOutputBuilder
impl Unpin for UpdateDocumentDefaultVersionOutputBuilder
impl UnwindSafe for UpdateDocumentDefaultVersionOutputBuilder
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.