Per documentation:
Required members of a structure marked with the @input trait are implicitly considered clientOptional.
But when I run the codegen for a structure that has @input trait and a field with @required trait, generated code doesn't have the code in the builder constructor that sets fields to the tracker as it would if I would mark it with @clientOptional as well.
Per documentation:
But when I run the codegen for a structure that has
@inputtrait and a field with@requiredtrait, generated code doesn't have the code in the builder constructor that sets fields to the tracker as it would if I would mark it with@clientOptionalas well.