Struct aws_sdk_ssm::error::invalid_document_content::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for InvalidDocumentContent.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A description of the validation error.
sourcepub fn build(self) -> InvalidDocumentContent
pub fn build(self) -> InvalidDocumentContent
Consumes the builder and constructs a InvalidDocumentContent.