AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
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:207
Definition: Optional.h:17
Definition: GGCore.h:13
Aws::Crt::Optional< Aws::Crt::Vector< ConnectivityInfo > > Connectivity
Definition: GGCore.h:21
Aws::Crt::Optional< Aws::Crt::String > ThingArn
Definition: GGCore.h:20
#define AWS_DISCOVERY_API
Definition: Exports.h:19
Definition: Api.h:17