@@ -612,7 +612,6 @@ impl Builder {
612612 /// .build();
613613 /// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
614614 /// ```
615-
616615 pub fn identity_cache ( mut self , identity_cache : impl crate :: config:: ResolveCachedIdentity + ' static ) -> Self {
617616 self . set_identity_cache ( identity_cache) ;
618617 self
@@ -660,7 +659,6 @@ impl Builder {
660659 /// .build();
661660 /// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
662661 /// ```
663-
664662 pub fn set_identity_cache (
665663 & mut self ,
666664 identity_cache : impl crate :: config:: ResolveCachedIdentity + ' static ,
@@ -1128,7 +1126,6 @@ impl Builder {
11281126 /// .build();
11291127 /// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
11301128 /// ```
1131-
11321129 pub fn behavior_version ( mut self , behavior_version : crate :: config:: BehaviorVersion ) -> Self {
11331130 self . set_behavior_version ( Some ( behavior_version) ) ;
11341131 self
@@ -1166,7 +1163,6 @@ impl Builder {
11661163 /// .build();
11671164 /// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
11681165 /// ```
1169-
11701166 pub fn set_behavior_version ( & mut self , behavior_version : Option < crate :: config:: BehaviorVersion > ) -> & mut Self {
11711167 self . behavior_version = behavior_version;
11721168 self
@@ -1287,7 +1283,7 @@ impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for Service
12871283 }
12881284}
12891285
1290- /// Cross-operation shared-state singletons
1286+ // Cross-operation shared-state singletons
12911287
12921288/// A plugin that enables configuration for a single operation invocation
12931289///
0 commit comments