You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ class FluentClientGenerator(
343
343
// | |_____________^ duplicate definitions for `set_fields`
344
344
if (inputBuilderType.toString().endsWith("Builder")) {
345
345
rustTemplate("""
346
-
##[#{Unstable}]
346
+
##[#{AwsSdkUnstableAttribute}]
347
347
/// This function replaces the parameter with new one.
348
348
/// It is useful when you want to replace the existing data with de-serialized data.
0 commit comments