AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
SecureTunnelingNotifyResponse.h
Go to the documentation of this file.
1 #pragma once
2 /* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 
15 * This file is generated
16 */
17 
19 
20 #include <aws/crt/JsonObject.h>
21 #include <aws/crt/StlAllocator.h>
22 
23 namespace Aws
24 {
25  namespace Iotsecuretunneling
26  {
27 
29  {
30  public:
32 
34  SecureTunnelingNotifyResponse &operator=(const Crt::JsonView &doc);
35 
36  void SerializeToObject(Crt::JsonObject &doc) const;
37 
42 
43  private:
44  static void LoadFromObject(SecureTunnelingNotifyResponse &obj, const Crt::JsonView &doc);
45  };
46  } // namespace Iotsecuretunneling
47 } // namespace Aws
JsonObject.h
StlAllocator.h
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse
Definition: SecureTunnelingNotifyResponse.h:29
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse::SecureTunnelingNotifyResponse
SecureTunnelingNotifyResponse()=default
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse::ClientMode
Aws::Crt::Optional< Aws::Crt::String > ClientMode
Definition: SecureTunnelingNotifyResponse.h:39
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse::Services
Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > Services
Definition: SecureTunnelingNotifyResponse.h:40
AWS_IOTSECURETUNNELING_API
#define AWS_IOTSECURETUNNELING_API
Definition: Exports.h:30
Aws::Crt::Optional< Aws::Crt::String >
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse::ClientAccessToken
Aws::Crt::Optional< Aws::Crt::String > ClientAccessToken
Definition: SecureTunnelingNotifyResponse.h:41
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws
Definition: Allocator.h:11
Exports.h
Aws::Iotsecuretunneling::SecureTunnelingNotifyResponse::Region
Aws::Crt::Optional< Aws::Crt::String > Region
Definition: SecureTunnelingNotifyResponse.h:38