AWS IoT Device SDK C++ v2 1.14.0
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>
22
23namespace 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
Definition: JsonObject.h:21
Definition: JsonObject.h:207
Definition: Optional.h:17
Definition: SecureTunnelingNotifyResponse.h:29
Aws::Crt::Optional< Aws::Crt::String > ClientAccessToken
Definition: SecureTunnelingNotifyResponse.h:41
Aws::Crt::Optional< Aws::Crt::String > Region
Definition: SecureTunnelingNotifyResponse.h:38
Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > Services
Definition: SecureTunnelingNotifyResponse.h:40
Aws::Crt::Optional< Aws::Crt::String > ClientMode
Definition: SecureTunnelingNotifyResponse.h:39
Definition: Api.h:17
#define AWS_IOTSECURETUNNELING_API
Definition: Exports.h:30