@@ -1040,8 +1040,8 @@ namespace Awstest
10401040 return Aws::Crt::String (" awstest#CauseServiceErrorResponse" );
10411041 }
10421042
1043- Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName () const
1044- noexcept
1043+ Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName ()
1044+ const noexcept
10451045 {
10461046 return Aws::Crt::Optional<Aws::Crt::String>();
10471047 }
@@ -1107,15 +1107,15 @@ namespace Awstest
11071107 }
11081108
11091109 Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1110- AllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1111- noexcept
1110+ AllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1111+ const noexcept
11121112 {
11131113 return EchoStreamingResponse::s_allocateFromPayload (stringView, allocator);
11141114 }
11151115
11161116 Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1117- AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1118- noexcept
1117+ AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1118+ const noexcept
11191119 {
11201120 return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
11211121 }
@@ -1201,8 +1201,8 @@ namespace Awstest
12011201 }
12021202
12031203 Aws::Crt::ScopedResource<AbstractShapeBase> EchoStreamMessagesOperationContext::
1204- AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1205- noexcept
1204+ AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1205+ const noexcept
12061206 {
12071207 return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
12081208 }
@@ -1217,8 +1217,8 @@ namespace Awstest
12171217 return Aws::Crt::String (" awstest#EchoStreamingResponse" );
12181218 }
12191219
1220- Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName () const
1221- noexcept
1220+ Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName ()
1221+ const noexcept
12221222 {
12231223 return Aws::Crt::String (" awstest#EchoStreamingMessage" );
12241224 }
0 commit comments