@@ -1040,8 +1040,8 @@ namespace Awstest
1040
1040
return Aws::Crt::String (" awstest#CauseServiceErrorResponse" );
1041
1041
}
1042
1042
1043
- Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName () const
1044
- noexcept
1043
+ Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName ()
1044
+ const noexcept
1045
1045
{
1046
1046
return Aws::Crt::Optional<Aws::Crt::String>();
1047
1047
}
@@ -1107,15 +1107,15 @@ namespace Awstest
1107
1107
}
1108
1108
1109
1109
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
1112
1112
{
1113
1113
return EchoStreamingResponse::s_allocateFromPayload (stringView, allocator);
1114
1114
}
1115
1115
1116
1116
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
1119
1119
{
1120
1120
return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
1121
1121
}
@@ -1201,8 +1201,8 @@ namespace Awstest
1201
1201
}
1202
1202
1203
1203
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
1206
1206
{
1207
1207
return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
1208
1208
}
@@ -1217,8 +1217,8 @@ namespace Awstest
1217
1217
return Aws::Crt::String (" awstest#EchoStreamingResponse" );
1218
1218
}
1219
1219
1220
- Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName () const
1221
- noexcept
1220
+ Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName ()
1221
+ const noexcept
1222
1222
{
1223
1223
return Aws::Crt::String (" awstest#EchoStreamingMessage" );
1224
1224
}
0 commit comments