@@ -926,14 +926,14 @@ namespace Awstest
926
926
{
927
927
}
928
928
929
- Aws::Crt::ScopedResource<OperationResponse > GetAllProductsOperationContext::AllocateInitialResponseFromPayload (
929
+ Aws::Crt::ScopedResource<AbstractShapeBase > GetAllProductsOperationContext::AllocateInitialResponseFromPayload (
930
930
Aws::Crt::StringView stringView,
931
931
Aws::Crt::Allocator *allocator) const noexcept
932
932
{
933
933
return GetAllProductsResponse::s_allocateFromPayload (stringView, allocator);
934
934
}
935
935
936
- Aws::Crt::ScopedResource<OperationResponse > GetAllProductsOperationContext::AllocateStreamingResponseFromPayload (
936
+ Aws::Crt::ScopedResource<AbstractShapeBase > GetAllProductsOperationContext::AllocateStreamingResponseFromPayload (
937
937
Aws::Crt::StringView stringView,
938
938
Aws::Crt::Allocator *allocator) const noexcept
939
939
{
@@ -979,7 +979,7 @@ namespace Awstest
979
979
const GetAllProductsRequest &request,
980
980
OnMessageFlushCallback onMessageFlushCallback) noexcept
981
981
{
982
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
982
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
983
983
}
984
984
985
985
Aws::Crt::String GetAllProductsOperation::GetModelName () const noexcept
@@ -993,14 +993,14 @@ namespace Awstest
993
993
{
994
994
}
995
995
996
- Aws::Crt::ScopedResource<OperationResponse > CauseServiceErrorOperationContext::AllocateInitialResponseFromPayload (
996
+ Aws::Crt::ScopedResource<AbstractShapeBase > CauseServiceErrorOperationContext::AllocateInitialResponseFromPayload (
997
997
Aws::Crt::StringView stringView,
998
998
Aws::Crt::Allocator *allocator) const noexcept
999
999
{
1000
1000
return CauseServiceErrorResponse::s_allocateFromPayload (stringView, allocator);
1001
1001
}
1002
1002
1003
- Aws::Crt::ScopedResource<OperationResponse > CauseServiceErrorOperationContext::AllocateStreamingResponseFromPayload (
1003
+ Aws::Crt::ScopedResource<AbstractShapeBase > CauseServiceErrorOperationContext::AllocateStreamingResponseFromPayload (
1004
1004
Aws::Crt::StringView stringView,
1005
1005
Aws::Crt::Allocator *allocator) const noexcept
1006
1006
{
@@ -1047,15 +1047,15 @@ namespace Awstest
1047
1047
const CauseServiceErrorRequest &request,
1048
1048
OnMessageFlushCallback onMessageFlushCallback) noexcept
1049
1049
{
1050
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
1050
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
1051
1051
}
1052
1052
1053
1053
Aws::Crt::String CauseServiceErrorOperation::GetModelName () const noexcept
1054
1054
{
1055
1055
return m_operationModelContext.GetOperationName ();
1056
1056
}
1057
1057
1058
- void CauseStreamServiceToErrorStreamHandler::OnStreamEvent (Aws::Crt::ScopedResource<OperationResponse > response)
1058
+ void CauseStreamServiceToErrorStreamHandler::OnStreamEvent (Aws::Crt::ScopedResource<AbstractShapeBase > response)
1059
1059
{
1060
1060
OnStreamEvent (static_cast <EchoStreamingMessage *>(response.get ()));
1061
1061
}
@@ -1077,14 +1077,14 @@ namespace Awstest
1077
1077
{
1078
1078
}
1079
1079
1080
- Aws::Crt::ScopedResource<OperationResponse > CauseStreamServiceToErrorOperationContext::
1080
+ Aws::Crt::ScopedResource<AbstractShapeBase > CauseStreamServiceToErrorOperationContext::
1081
1081
AllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1082
1082
const noexcept
1083
1083
{
1084
1084
return EchoStreamingResponse::s_allocateFromPayload (stringView, allocator);
1085
1085
}
1086
1086
1087
- Aws::Crt::ScopedResource<OperationResponse > CauseStreamServiceToErrorOperationContext::
1087
+ Aws::Crt::ScopedResource<AbstractShapeBase > CauseStreamServiceToErrorOperationContext::
1088
1088
AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1089
1089
const noexcept
1090
1090
{
@@ -1132,15 +1132,15 @@ namespace Awstest
1132
1132
const EchoStreamingRequest &request,
1133
1133
OnMessageFlushCallback onMessageFlushCallback) noexcept
1134
1134
{
1135
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
1135
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
1136
1136
}
1137
1137
1138
1138
Aws::Crt::String CauseStreamServiceToErrorOperation::GetModelName () const noexcept
1139
1139
{
1140
1140
return m_operationModelContext.GetOperationName ();
1141
1141
}
1142
1142
1143
- void EchoStreamMessagesStreamHandler::OnStreamEvent (Aws::Crt::ScopedResource<OperationResponse > response)
1143
+ void EchoStreamMessagesStreamHandler::OnStreamEvent (Aws::Crt::ScopedResource<AbstractShapeBase > response)
1144
1144
{
1145
1145
OnStreamEvent (static_cast <EchoStreamingMessage *>(response.get ()));
1146
1146
}
@@ -1158,14 +1158,14 @@ namespace Awstest
1158
1158
{
1159
1159
}
1160
1160
1161
- Aws::Crt::ScopedResource<OperationResponse > EchoStreamMessagesOperationContext::AllocateInitialResponseFromPayload (
1161
+ Aws::Crt::ScopedResource<AbstractShapeBase > EchoStreamMessagesOperationContext::AllocateInitialResponseFromPayload (
1162
1162
Aws::Crt::StringView stringView,
1163
1163
Aws::Crt::Allocator *allocator) const noexcept
1164
1164
{
1165
1165
return EchoStreamingResponse::s_allocateFromPayload (stringView, allocator);
1166
1166
}
1167
1167
1168
- Aws::Crt::ScopedResource<OperationResponse > EchoStreamMessagesOperationContext::
1168
+ Aws::Crt::ScopedResource<AbstractShapeBase > EchoStreamMessagesOperationContext::
1169
1169
AllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1170
1170
const noexcept
1171
1171
{
@@ -1213,7 +1213,7 @@ namespace Awstest
1213
1213
const EchoStreamingRequest &request,
1214
1214
OnMessageFlushCallback onMessageFlushCallback) noexcept
1215
1215
{
1216
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
1216
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
1217
1217
}
1218
1218
1219
1219
Aws::Crt::String EchoStreamMessagesOperation::GetModelName () const noexcept
@@ -1226,14 +1226,14 @@ namespace Awstest
1226
1226
{
1227
1227
}
1228
1228
1229
- Aws::Crt::ScopedResource<OperationResponse > EchoMessageOperationContext::AllocateInitialResponseFromPayload (
1229
+ Aws::Crt::ScopedResource<AbstractShapeBase > EchoMessageOperationContext::AllocateInitialResponseFromPayload (
1230
1230
Aws::Crt::StringView stringView,
1231
1231
Aws::Crt::Allocator *allocator) const noexcept
1232
1232
{
1233
1233
return EchoMessageResponse::s_allocateFromPayload (stringView, allocator);
1234
1234
}
1235
1235
1236
- Aws::Crt::ScopedResource<OperationResponse > EchoMessageOperationContext::AllocateStreamingResponseFromPayload (
1236
+ Aws::Crt::ScopedResource<AbstractShapeBase > EchoMessageOperationContext::AllocateStreamingResponseFromPayload (
1237
1237
Aws::Crt::StringView stringView,
1238
1238
Aws::Crt::Allocator *allocator) const noexcept
1239
1239
{
@@ -1279,7 +1279,7 @@ namespace Awstest
1279
1279
const EchoMessageRequest &request,
1280
1280
OnMessageFlushCallback onMessageFlushCallback) noexcept
1281
1281
{
1282
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
1282
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
1283
1283
}
1284
1284
1285
1285
Aws::Crt::String EchoMessageOperation::GetModelName () const noexcept
@@ -1293,14 +1293,14 @@ namespace Awstest
1293
1293
{
1294
1294
}
1295
1295
1296
- Aws::Crt::ScopedResource<OperationResponse > GetAllCustomersOperationContext::AllocateInitialResponseFromPayload (
1296
+ Aws::Crt::ScopedResource<AbstractShapeBase > GetAllCustomersOperationContext::AllocateInitialResponseFromPayload (
1297
1297
Aws::Crt::StringView stringView,
1298
1298
Aws::Crt::Allocator *allocator) const noexcept
1299
1299
{
1300
1300
return GetAllCustomersResponse::s_allocateFromPayload (stringView, allocator);
1301
1301
}
1302
1302
1303
- Aws::Crt::ScopedResource<OperationResponse > GetAllCustomersOperationContext::AllocateStreamingResponseFromPayload (
1303
+ Aws::Crt::ScopedResource<AbstractShapeBase > GetAllCustomersOperationContext::AllocateStreamingResponseFromPayload (
1304
1304
Aws::Crt::StringView stringView,
1305
1305
Aws::Crt::Allocator *allocator) const noexcept
1306
1306
{
@@ -1346,7 +1346,7 @@ namespace Awstest
1346
1346
const GetAllCustomersRequest &request,
1347
1347
OnMessageFlushCallback onMessageFlushCallback) noexcept
1348
1348
{
1349
- return ClientOperation::Activate (static_cast <const OperationRequest *>(&request), onMessageFlushCallback);
1349
+ return ClientOperation::Activate (static_cast <const AbstractShapeBase *>(&request), onMessageFlushCallback);
1350
1350
}
1351
1351
1352
1352
Aws::Crt::String GetAllCustomersOperation::GetModelName () const noexcept
0 commit comments