@@ -2359,6 +2359,7 @@ namespace Aws
2359
2359
class SubscribeToIoTCoreResult
2360
2360
{
2361
2361
public:
2362
+ SubscribeToIoTCoreResult () noexcept {}
2362
2363
SubscribeToIoTCoreResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2363
2364
SubscribeToIoTCoreResponse *GetOperationResponse () const noexcept
2364
2365
{
@@ -2413,6 +2414,7 @@ namespace Aws
2413
2414
class PublishToIoTCoreResult
2414
2415
{
2415
2416
public:
2417
+ PublishToIoTCoreResult () noexcept {}
2416
2418
PublishToIoTCoreResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2417
2419
PublishToIoTCoreResponse *GetOperationResponse () const noexcept
2418
2420
{
@@ -2502,6 +2504,7 @@ namespace Aws
2502
2504
class SubscribeToConfigurationUpdateResult
2503
2505
{
2504
2506
public:
2507
+ SubscribeToConfigurationUpdateResult () noexcept {}
2505
2508
SubscribeToConfigurationUpdateResult (TaggedResult &&taggedResult) noexcept
2506
2509
: m_taggedResult(std::move(taggedResult))
2507
2510
{
@@ -2559,6 +2562,7 @@ namespace Aws
2559
2562
class DeleteThingShadowResult
2560
2563
{
2561
2564
public:
2565
+ DeleteThingShadowResult () noexcept {}
2562
2566
DeleteThingShadowResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2563
2567
DeleteThingShadowResponse *GetOperationResponse () const noexcept
2564
2568
{
@@ -2612,6 +2616,7 @@ namespace Aws
2612
2616
class DeferComponentUpdateResult
2613
2617
{
2614
2618
public:
2619
+ DeferComponentUpdateResult () noexcept {}
2615
2620
DeferComponentUpdateResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult))
2616
2621
{
2617
2622
}
@@ -2697,6 +2702,7 @@ namespace Aws
2697
2702
class SubscribeToValidateConfigurationUpdatesResult
2698
2703
{
2699
2704
public:
2705
+ SubscribeToValidateConfigurationUpdatesResult () noexcept {}
2700
2706
SubscribeToValidateConfigurationUpdatesResult (TaggedResult &&taggedResult) noexcept
2701
2707
: m_taggedResult(std::move(taggedResult))
2702
2708
{
@@ -2755,6 +2761,7 @@ namespace Aws
2755
2761
class GetConfigurationResult
2756
2762
{
2757
2763
public:
2764
+ GetConfigurationResult () noexcept {}
2758
2765
GetConfigurationResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2759
2766
GetConfigurationResponse *GetOperationResponse () const noexcept
2760
2767
{
@@ -2851,6 +2858,7 @@ namespace Aws
2851
2858
class SubscribeToTopicResult
2852
2859
{
2853
2860
public:
2861
+ SubscribeToTopicResult () noexcept {}
2854
2862
SubscribeToTopicResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2855
2863
SubscribeToTopicResponse *GetOperationResponse () const noexcept
2856
2864
{
@@ -2905,6 +2913,7 @@ namespace Aws
2905
2913
class GetComponentDetailsResult
2906
2914
{
2907
2915
public:
2916
+ GetComponentDetailsResult () noexcept {}
2908
2917
GetComponentDetailsResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2909
2918
GetComponentDetailsResponse *GetOperationResponse () const noexcept
2910
2919
{
@@ -2958,6 +2967,7 @@ namespace Aws
2958
2967
class PublishToTopicResult
2959
2968
{
2960
2969
public:
2970
+ PublishToTopicResult () noexcept {}
2961
2971
PublishToTopicResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
2962
2972
PublishToTopicResponse *GetOperationResponse () const noexcept
2963
2973
{
@@ -3011,6 +3021,7 @@ namespace Aws
3011
3021
class ListComponentsResult
3012
3022
{
3013
3023
public:
3024
+ ListComponentsResult () noexcept {}
3014
3025
ListComponentsResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3015
3026
ListComponentsResponse *GetOperationResponse () const noexcept
3016
3027
{
@@ -3064,6 +3075,7 @@ namespace Aws
3064
3075
class CreateDebugPasswordResult
3065
3076
{
3066
3077
public:
3078
+ CreateDebugPasswordResult () noexcept {}
3067
3079
CreateDebugPasswordResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3068
3080
CreateDebugPasswordResponse *GetOperationResponse () const noexcept
3069
3081
{
@@ -3117,6 +3129,7 @@ namespace Aws
3117
3129
class GetThingShadowResult
3118
3130
{
3119
3131
public:
3132
+ GetThingShadowResult () noexcept {}
3120
3133
GetThingShadowResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3121
3134
GetThingShadowResponse *GetOperationResponse () const noexcept
3122
3135
{
@@ -3170,6 +3183,7 @@ namespace Aws
3170
3183
class SendConfigurationValidityReportResult
3171
3184
{
3172
3185
public:
3186
+ SendConfigurationValidityReportResult () noexcept {}
3173
3187
SendConfigurationValidityReportResult (TaggedResult &&taggedResult) noexcept
3174
3188
: m_taggedResult(std::move(taggedResult))
3175
3189
{
@@ -3226,6 +3240,7 @@ namespace Aws
3226
3240
class UpdateThingShadowResult
3227
3241
{
3228
3242
public:
3243
+ UpdateThingShadowResult () noexcept {}
3229
3244
UpdateThingShadowResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3230
3245
UpdateThingShadowResponse *GetOperationResponse () const noexcept
3231
3246
{
@@ -3279,6 +3294,7 @@ namespace Aws
3279
3294
class UpdateConfigurationResult
3280
3295
{
3281
3296
public:
3297
+ UpdateConfigurationResult () noexcept {}
3282
3298
UpdateConfigurationResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3283
3299
UpdateConfigurationResponse *GetOperationResponse () const noexcept
3284
3300
{
@@ -3332,6 +3348,7 @@ namespace Aws
3332
3348
class ValidateAuthorizationTokenResult
3333
3349
{
3334
3350
public:
3351
+ ValidateAuthorizationTokenResult () noexcept {}
3335
3352
ValidateAuthorizationTokenResult (TaggedResult &&taggedResult) noexcept
3336
3353
: m_taggedResult(std::move(taggedResult))
3337
3354
{
@@ -3388,6 +3405,7 @@ namespace Aws
3388
3405
class RestartComponentResult
3389
3406
{
3390
3407
public:
3408
+ RestartComponentResult () noexcept {}
3391
3409
RestartComponentResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3392
3410
RestartComponentResponse *GetOperationResponse () const noexcept
3393
3411
{
@@ -3441,6 +3459,7 @@ namespace Aws
3441
3459
class GetLocalDeploymentStatusResult
3442
3460
{
3443
3461
public:
3462
+ GetLocalDeploymentStatusResult () noexcept {}
3444
3463
GetLocalDeploymentStatusResult (TaggedResult &&taggedResult) noexcept
3445
3464
: m_taggedResult(std::move(taggedResult))
3446
3465
{
@@ -3497,6 +3516,7 @@ namespace Aws
3497
3516
class GetSecretValueResult
3498
3517
{
3499
3518
public:
3519
+ GetSecretValueResult () noexcept {}
3500
3520
GetSecretValueResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3501
3521
GetSecretValueResponse *GetOperationResponse () const noexcept
3502
3522
{
@@ -3550,6 +3570,7 @@ namespace Aws
3550
3570
class UpdateStateResult
3551
3571
{
3552
3572
public:
3573
+ UpdateStateResult () noexcept {}
3553
3574
UpdateStateResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3554
3575
UpdateStateResponse *GetOperationResponse () const noexcept
3555
3576
{
@@ -3603,6 +3624,7 @@ namespace Aws
3603
3624
class ListNamedShadowsForThingResult
3604
3625
{
3605
3626
public:
3627
+ ListNamedShadowsForThingResult () noexcept {}
3606
3628
ListNamedShadowsForThingResult (TaggedResult &&taggedResult) noexcept
3607
3629
: m_taggedResult(std::move(taggedResult))
3608
3630
{
@@ -3695,6 +3717,7 @@ namespace Aws
3695
3717
class SubscribeToComponentUpdatesResult
3696
3718
{
3697
3719
public:
3720
+ SubscribeToComponentUpdatesResult () noexcept {}
3698
3721
SubscribeToComponentUpdatesResult (TaggedResult &&taggedResult) noexcept
3699
3722
: m_taggedResult(std::move(taggedResult))
3700
3723
{
@@ -3752,6 +3775,7 @@ namespace Aws
3752
3775
class ListLocalDeploymentsResult
3753
3776
{
3754
3777
public:
3778
+ ListLocalDeploymentsResult () noexcept {}
3755
3779
ListLocalDeploymentsResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult))
3756
3780
{
3757
3781
}
@@ -3807,6 +3831,7 @@ namespace Aws
3807
3831
class StopComponentResult
3808
3832
{
3809
3833
public:
3834
+ StopComponentResult () noexcept {}
3810
3835
StopComponentResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult)) {}
3811
3836
StopComponentResponse *GetOperationResponse () const noexcept
3812
3837
{
@@ -3860,6 +3885,7 @@ namespace Aws
3860
3885
class CreateLocalDeploymentResult
3861
3886
{
3862
3887
public:
3888
+ CreateLocalDeploymentResult () noexcept {}
3863
3889
CreateLocalDeploymentResult (TaggedResult &&taggedResult) noexcept : m_taggedResult(std::move(taggedResult))
3864
3890
{
3865
3891
}
0 commit comments