AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
GGCore.h
Go to the documentation of this file.
1#pragma once
7
8namespace Aws
9{
10 namespace Discovery
11 {
13 {
14 public:
15 GGCore() = default;
16
17 GGCore(const Crt::JsonView &doc);
18 GGCore &operator=(const Crt::JsonView &doc);
19
22
23 private:
24 static void LoadFromObject(GGCore &obj, const Crt::JsonView &doc);
25 };
26 } // namespace Discovery
27} // namespace Aws
Definition JsonObject.h:248
Definition Optional.h:19
Aws::Crt::Optional< Aws::Crt::Vector< ConnectivityInfo > > Connectivity
Definition GGCore.h:21
GGCore & operator=(const Crt::JsonView &doc)
Definition GGCore.cpp:37
Aws::Crt::Optional< Aws::Crt::String > ThingArn
Definition GGCore.h:20
#define AWS_DISCOVERY_API
Definition Exports.h:19
Definition ConnectivityInfo.h:16
Definition Allocator.h:11