AWS IoT Device SDK C++ v2
1.44.1
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
secure_tunneling
include
aws
iotsecuretunneling
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
18
#include <
aws/iotsecuretunneling/Exports.h
>
19
20
#include <
aws/crt/JsonObject.h
>
21
#include <
aws/crt/StlAllocator.h
>
22
23
namespace
Aws
24
{
25
namespace
Iotsecuretunneling
26
{
27
28
class
AWS_IOTSECURETUNNELING_API
SubscribeToTunnelsNotifyRequest
final
29
{
30
public
:
31
SubscribeToTunnelsNotifyRequest
() =
default
;
32
33
SubscribeToTunnelsNotifyRequest
(
const
Crt::JsonView
&doc);
34
SubscribeToTunnelsNotifyRequest
&
operator=
(
const
Crt::JsonView
&doc);
35
36
void
SerializeToObject
(
Crt::JsonObject
&doc)
const
;
37
38
Aws::Crt::Optional<Aws::Crt::String>
ThingName
;
39
40
private
:
41
static
void
LoadFromObject(
SubscribeToTunnelsNotifyRequest
&obj,
const
Crt::JsonView
&doc);
42
};
43
}
// namespace Iotsecuretunneling
44
}
// namespace Aws
JsonObject.h
StlAllocator.h
Aws::Crt::JsonObject
Definition
JsonObject.h:21
Aws::Crt::JsonView
Definition
JsonObject.h:248
Aws::Crt::Optional
Definition
Optional.h:19
Aws::Iotsecuretunneling::SubscribeToTunnelsNotifyRequest::SubscribeToTunnelsNotifyRequest
SubscribeToTunnelsNotifyRequest()=default
Aws::Iotsecuretunneling::SubscribeToTunnelsNotifyRequest::SerializeToObject
void SerializeToObject(Crt::JsonObject &doc) const
Definition
SubscribeToTunnelsNotifyRequest.cpp:31
Aws::Iotsecuretunneling::SubscribeToTunnelsNotifyRequest::operator=
SubscribeToTunnelsNotifyRequest & operator=(const Crt::JsonView &doc)
Definition
SubscribeToTunnelsNotifyRequest.cpp:41
Aws::Iotsecuretunneling::SubscribeToTunnelsNotifyRequest::ThingName
Aws::Crt::Optional< Aws::Crt::String > ThingName
Definition
SubscribeToTunnelsNotifyRequest.h:38
Aws::Iotsecuretunneling
Definition
IotSecureTunnelingClient.h:27
Aws
Definition
Allocator.h:11
Exports.h
AWS_IOTSECURETUNNELING_API
#define AWS_IOTSECURETUNNELING_API
Definition
Exports.h:30
Generated by
1.17.0