aws-sdk-workdocs 1.72.0

AWS SDK for Amazon WorkDocs
Documentation
1
2
3
4
5
6
7
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn comment_correct_errors(mut builder: crate::types::builders::CommentBuilder) -> crate::types::builders::CommentBuilder {
    if builder.comment_id.is_none() {
        builder.comment_id = Some(Default::default())
    }
    builder
}