@@ -1019,8 +1019,8 @@ namespace Awstest
1019
1019
return Aws::Crt::String (" awstest#CauseServiceErrorResponse" );
1020
1020
}
1021
1021
1022
- Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName ()
1023
- const noexcept
1022
+ Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName () const
1023
+ noexcept
1024
1024
{
1025
1025
return Aws::Crt::Optional<Aws::Crt::String>();
1026
1026
}
@@ -1081,15 +1081,15 @@ namespace Awstest
1081
1081
}
1082
1082
1083
1083
Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1084
- AllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1085
- const noexcept
1084
+ AllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1085
+ noexcept
1086
1086
{
1087
1087
return EchoStreamingResponse::s_allocateFromPayload (stringView, allocator);
1088
1088
}
1089
1089
1090
1090
Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1091
- AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1092
- const noexcept
1091
+ AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1092
+ noexcept
1093
1093
{
1094
1094
return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
1095
1095
}
@@ -1170,8 +1170,8 @@ namespace Awstest
1170
1170
}
1171
1171
1172
1172
Aws::Crt::ScopedResource<AbstractShapeBase> EchoStreamMessagesOperationContext::
1173
- AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1174
- const noexcept
1173
+ AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1174
+ noexcept
1175
1175
{
1176
1176
return EchoStreamingMessage::s_allocateFromPayload (stringView, allocator);
1177
1177
}
@@ -1186,8 +1186,8 @@ namespace Awstest
1186
1186
return Aws::Crt::String (" awstest#EchoStreamingResponse" );
1187
1187
}
1188
1188
1189
- Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName ()
1190
- const noexcept
1189
+ Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName () const
1190
+ noexcept
1191
1191
{
1192
1192
return Aws::Crt::String (" awstest#EchoStreamingMessage" );
1193
1193
}
0 commit comments