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 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<UpdateDocumentDefaultVersionOutputBuilder> for UpdateDocumentDefaultVersionOutputBuilder
impl PartialEq<UpdateDocumentDefaultVersionOutputBuilder> 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 ==.