Struct aws_sdk_ssm::input::UpdateDocumentMetadataInput
source · #[non_exhaustive]pub struct UpdateDocumentMetadataInput { /* private fields */ }Implementations§
source§impl UpdateDocumentMetadataInput
impl UpdateDocumentMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDocumentMetadata>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDocumentMetadataInput.
source§impl UpdateDocumentMetadataInput
impl UpdateDocumentMetadataInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the change template for which a version's metadata is to be updated.
sourcepub fn document_version(&self) -> Option<&str>
pub fn document_version(&self) -> Option<&str>
The version of a change template in which to update approval metadata.
sourcepub fn document_reviews(&self) -> Option<&DocumentReviews>
pub fn document_reviews(&self) -> Option<&DocumentReviews>
The change template review details to update.
Trait Implementations§
source§impl Clone for UpdateDocumentMetadataInput
impl Clone for UpdateDocumentMetadataInput
source§fn clone(&self) -> UpdateDocumentMetadataInput
fn clone(&self) -> UpdateDocumentMetadataInput
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 Debug for UpdateDocumentMetadataInput
impl Debug for UpdateDocumentMetadataInput
source§impl PartialEq<UpdateDocumentMetadataInput> for UpdateDocumentMetadataInput
impl PartialEq<UpdateDocumentMetadataInput> for UpdateDocumentMetadataInput
source§fn eq(&self, other: &UpdateDocumentMetadataInput) -> bool
fn eq(&self, other: &UpdateDocumentMetadataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.