AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
SubscribeToTunnelsNotifyRequest.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>
22
23namespace Aws
24{
25 namespace Iotsecuretunneling
26 {
27
29 {
30 public:
32
35
36 void SerializeToObject(Crt::JsonObject &doc) const;
37
39
40 private:
41 static void LoadFromObject(SubscribeToTunnelsNotifyRequest &obj, const Crt::JsonView &doc);
42 };
43 } // namespace Iotsecuretunneling
44} // namespace Aws
Definition: JsonObject.h:21
Definition: JsonObject.h:207
Definition: Optional.h:17
Definition: SubscribeToTunnelsNotifyRequest.h:29
Aws::Crt::Optional< Aws::Crt::String > ThingName
Definition: SubscribeToTunnelsNotifyRequest.h:38
Definition: Api.h:17
#define AWS_IOTSECURETUNNELING_API
Definition: Exports.h:30