@@ -2438,6 +2438,11 @@ namespace Aws
2438
2438
{
2439
2439
return static_cast <SubscribeToIoTCoreResponse *>(m_taggedResult.GetOperationResponse ());
2440
2440
}
2441
+ /* *
2442
+ * @return true if the response is associated with an expected response;
2443
+ * false if the response is associated with an error.
2444
+ */
2445
+ operator bool () const noexcept { return m_taggedResult == true ; }
2441
2446
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2442
2447
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2443
2448
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2487,6 +2492,11 @@ namespace Aws
2487
2492
{
2488
2493
return static_cast <PublishToIoTCoreResponse *>(m_taggedResult.GetOperationResponse ());
2489
2494
}
2495
+ /* *
2496
+ * @return true if the response is associated with an expected response;
2497
+ * false if the response is associated with an error.
2498
+ */
2499
+ operator bool () const noexcept { return m_taggedResult == true ; }
2490
2500
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2491
2501
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2492
2502
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2568,6 +2578,11 @@ namespace Aws
2568
2578
{
2569
2579
return static_cast <SubscribeToConfigurationUpdateResponse *>(m_taggedResult.GetOperationResponse ());
2570
2580
}
2581
+ /* *
2582
+ * @return true if the response is associated with an expected response;
2583
+ * false if the response is associated with an error.
2584
+ */
2585
+ operator bool () const noexcept { return m_taggedResult == true ; }
2571
2586
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2572
2587
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2573
2588
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2617,6 +2632,11 @@ namespace Aws
2617
2632
{
2618
2633
return static_cast <DeleteThingShadowResponse *>(m_taggedResult.GetOperationResponse ());
2619
2634
}
2635
+ /* *
2636
+ * @return true if the response is associated with an expected response;
2637
+ * false if the response is associated with an error.
2638
+ */
2639
+ operator bool () const noexcept { return m_taggedResult == true ; }
2620
2640
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2621
2641
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2622
2642
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2667,6 +2687,11 @@ namespace Aws
2667
2687
{
2668
2688
return static_cast <DeferComponentUpdateResponse *>(m_taggedResult.GetOperationResponse ());
2669
2689
}
2690
+ /* *
2691
+ * @return true if the response is associated with an expected response;
2692
+ * false if the response is associated with an error.
2693
+ */
2694
+ operator bool () const noexcept { return m_taggedResult == true ; }
2670
2695
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2671
2696
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2672
2697
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2743,6 +2768,11 @@ namespace Aws
2743
2768
return static_cast <SubscribeToValidateConfigurationUpdatesResponse *>(
2744
2769
m_taggedResult.GetOperationResponse ());
2745
2770
}
2771
+ /* *
2772
+ * @return true if the response is associated with an expected response;
2773
+ * false if the response is associated with an error.
2774
+ */
2775
+ operator bool () const noexcept { return m_taggedResult == true ; }
2746
2776
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2747
2777
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2748
2778
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2792,6 +2822,11 @@ namespace Aws
2792
2822
{
2793
2823
return static_cast <GetConfigurationResponse *>(m_taggedResult.GetOperationResponse ());
2794
2824
}
2825
+ /* *
2826
+ * @return true if the response is associated with an expected response;
2827
+ * false if the response is associated with an error.
2828
+ */
2829
+ operator bool () const noexcept { return m_taggedResult == true ; }
2795
2830
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2796
2831
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2797
2832
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2877,6 +2912,11 @@ namespace Aws
2877
2912
{
2878
2913
return static_cast <SubscribeToTopicResponse *>(m_taggedResult.GetOperationResponse ());
2879
2914
}
2915
+ /* *
2916
+ * @return true if the response is associated with an expected response;
2917
+ * false if the response is associated with an error.
2918
+ */
2919
+ operator bool () const noexcept { return m_taggedResult == true ; }
2880
2920
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2881
2921
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2882
2922
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2926,6 +2966,11 @@ namespace Aws
2926
2966
{
2927
2967
return static_cast <GetComponentDetailsResponse *>(m_taggedResult.GetOperationResponse ());
2928
2968
}
2969
+ /* *
2970
+ * @return true if the response is associated with an expected response;
2971
+ * false if the response is associated with an error.
2972
+ */
2973
+ operator bool () const noexcept { return m_taggedResult == true ; }
2929
2974
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2930
2975
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2931
2976
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -2974,6 +3019,11 @@ namespace Aws
2974
3019
{
2975
3020
return static_cast <PublishToTopicResponse *>(m_taggedResult.GetOperationResponse ());
2976
3021
}
3022
+ /* *
3023
+ * @return true if the response is associated with an expected response;
3024
+ * false if the response is associated with an error.
3025
+ */
3026
+ operator bool () const noexcept { return m_taggedResult == true ; }
2977
3027
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
2978
3028
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
2979
3029
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3022,6 +3072,11 @@ namespace Aws
3022
3072
{
3023
3073
return static_cast <ListComponentsResponse *>(m_taggedResult.GetOperationResponse ());
3024
3074
}
3075
+ /* *
3076
+ * @return true if the response is associated with an expected response;
3077
+ * false if the response is associated with an error.
3078
+ */
3079
+ operator bool () const noexcept { return m_taggedResult == true ; }
3025
3080
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3026
3081
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3027
3082
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3070,6 +3125,11 @@ namespace Aws
3070
3125
{
3071
3126
return static_cast <CreateDebugPasswordResponse *>(m_taggedResult.GetOperationResponse ());
3072
3127
}
3128
+ /* *
3129
+ * @return true if the response is associated with an expected response;
3130
+ * false if the response is associated with an error.
3131
+ */
3132
+ operator bool () const noexcept { return m_taggedResult == true ; }
3073
3133
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3074
3134
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3075
3135
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3118,6 +3178,11 @@ namespace Aws
3118
3178
{
3119
3179
return static_cast <GetThingShadowResponse *>(m_taggedResult.GetOperationResponse ());
3120
3180
}
3181
+ /* *
3182
+ * @return true if the response is associated with an expected response;
3183
+ * false if the response is associated with an error.
3184
+ */
3185
+ operator bool () const noexcept { return m_taggedResult == true ; }
3121
3186
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3122
3187
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3123
3188
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3169,6 +3234,11 @@ namespace Aws
3169
3234
{
3170
3235
return static_cast <SendConfigurationValidityReportResponse *>(m_taggedResult.GetOperationResponse ());
3171
3236
}
3237
+ /* *
3238
+ * @return true if the response is associated with an expected response;
3239
+ * false if the response is associated with an error.
3240
+ */
3241
+ operator bool () const noexcept { return m_taggedResult == true ; }
3172
3242
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3173
3243
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3174
3244
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3217,6 +3287,11 @@ namespace Aws
3217
3287
{
3218
3288
return static_cast <UpdateThingShadowResponse *>(m_taggedResult.GetOperationResponse ());
3219
3289
}
3290
+ /* *
3291
+ * @return true if the response is associated with an expected response;
3292
+ * false if the response is associated with an error.
3293
+ */
3294
+ operator bool () const noexcept { return m_taggedResult == true ; }
3220
3295
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3221
3296
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3222
3297
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3265,6 +3340,11 @@ namespace Aws
3265
3340
{
3266
3341
return static_cast <UpdateConfigurationResponse *>(m_taggedResult.GetOperationResponse ());
3267
3342
}
3343
+ /* *
3344
+ * @return true if the response is associated with an expected response;
3345
+ * false if the response is associated with an error.
3346
+ */
3347
+ operator bool () const noexcept { return m_taggedResult == true ; }
3268
3348
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3269
3349
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3270
3350
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3316,6 +3396,11 @@ namespace Aws
3316
3396
{
3317
3397
return static_cast <ValidateAuthorizationTokenResponse *>(m_taggedResult.GetOperationResponse ());
3318
3398
}
3399
+ /* *
3400
+ * @return true if the response is associated with an expected response;
3401
+ * false if the response is associated with an error.
3402
+ */
3403
+ operator bool () const noexcept { return m_taggedResult == true ; }
3319
3404
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3320
3405
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3321
3406
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3364,6 +3449,11 @@ namespace Aws
3364
3449
{
3365
3450
return static_cast <RestartComponentResponse *>(m_taggedResult.GetOperationResponse ());
3366
3451
}
3452
+ /* *
3453
+ * @return true if the response is associated with an expected response;
3454
+ * false if the response is associated with an error.
3455
+ */
3456
+ operator bool () const noexcept { return m_taggedResult == true ; }
3367
3457
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3368
3458
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3369
3459
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3415,6 +3505,11 @@ namespace Aws
3415
3505
{
3416
3506
return static_cast <GetLocalDeploymentStatusResponse *>(m_taggedResult.GetOperationResponse ());
3417
3507
}
3508
+ /* *
3509
+ * @return true if the response is associated with an expected response;
3510
+ * false if the response is associated with an error.
3511
+ */
3512
+ operator bool () const noexcept { return m_taggedResult == true ; }
3418
3513
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3419
3514
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3420
3515
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3463,6 +3558,11 @@ namespace Aws
3463
3558
{
3464
3559
return static_cast <GetSecretValueResponse *>(m_taggedResult.GetOperationResponse ());
3465
3560
}
3561
+ /* *
3562
+ * @return true if the response is associated with an expected response;
3563
+ * false if the response is associated with an error.
3564
+ */
3565
+ operator bool () const noexcept { return m_taggedResult == true ; }
3466
3566
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3467
3567
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3468
3568
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3511,6 +3611,11 @@ namespace Aws
3511
3611
{
3512
3612
return static_cast <UpdateStateResponse *>(m_taggedResult.GetOperationResponse ());
3513
3613
}
3614
+ /* *
3615
+ * @return true if the response is associated with an expected response;
3616
+ * false if the response is associated with an error.
3617
+ */
3618
+ operator bool () const noexcept { return m_taggedResult == true ; }
3514
3619
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3515
3620
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3516
3621
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3562,6 +3667,11 @@ namespace Aws
3562
3667
{
3563
3668
return static_cast <ListNamedShadowsForThingResponse *>(m_taggedResult.GetOperationResponse ());
3564
3669
}
3670
+ /* *
3671
+ * @return true if the response is associated with an expected response;
3672
+ * false if the response is associated with an error.
3673
+ */
3674
+ operator bool () const noexcept { return m_taggedResult == true ; }
3565
3675
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3566
3676
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3567
3677
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3643,6 +3753,11 @@ namespace Aws
3643
3753
{
3644
3754
return static_cast <SubscribeToComponentUpdatesResponse *>(m_taggedResult.GetOperationResponse ());
3645
3755
}
3756
+ /* *
3757
+ * @return true if the response is associated with an expected response;
3758
+ * false if the response is associated with an error.
3759
+ */
3760
+ operator bool () const noexcept { return m_taggedResult == true ; }
3646
3761
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3647
3762
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3648
3763
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3694,6 +3809,11 @@ namespace Aws
3694
3809
{
3695
3810
return static_cast <ListLocalDeploymentsResponse *>(m_taggedResult.GetOperationResponse ());
3696
3811
}
3812
+ /* *
3813
+ * @return true if the response is associated with an expected response;
3814
+ * false if the response is associated with an error.
3815
+ */
3816
+ operator bool () const noexcept { return m_taggedResult == true ; }
3697
3817
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3698
3818
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3699
3819
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3742,6 +3862,11 @@ namespace Aws
3742
3862
{
3743
3863
return static_cast <StopComponentResponse *>(m_taggedResult.GetOperationResponse ());
3744
3864
}
3865
+ /* *
3866
+ * @return true if the response is associated with an expected response;
3867
+ * false if the response is associated with an error.
3868
+ */
3869
+ operator bool () const noexcept { return m_taggedResult == true ; }
3745
3870
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3746
3871
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3747
3872
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
@@ -3792,6 +3917,11 @@ namespace Aws
3792
3917
{
3793
3918
return static_cast <CreateLocalDeploymentResponse *>(m_taggedResult.GetOperationResponse ());
3794
3919
}
3920
+ /* *
3921
+ * @return true if the response is associated with an expected response;
3922
+ * false if the response is associated with an error.
3923
+ */
3924
+ operator bool () const noexcept { return m_taggedResult == true ; }
3795
3925
OperationError *GetOperationError () const noexcept { return m_taggedResult.GetOperationError (); }
3796
3926
RpcError GetRpcError () const noexcept { return m_taggedResult.GetRpcError (); }
3797
3927
ResultType GetResultType () const noexcept { return m_taggedResult.GetResultType (); }
0 commit comments