AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Greengrass.h
1
6#pragma once
7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTSiteWise
22{
23namespace Model
24{
25
38 {
39 public:
40 AWS_IOTSITEWISE_API Greengrass();
41 AWS_IOTSITEWISE_API Greengrass(Aws::Utils::Json::JsonView jsonValue);
42 AWS_IOTSITEWISE_API Greengrass& operator=(Aws::Utils::Json::JsonView jsonValue);
43 AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
57 inline const Aws::String& GetGroupArn() const{ return m_groupArn; }
58 inline bool GroupArnHasBeenSet() const { return m_groupArnHasBeenSet; }
59 inline void SetGroupArn(const Aws::String& value) { m_groupArnHasBeenSet = true; m_groupArn = value; }
60 inline void SetGroupArn(Aws::String&& value) { m_groupArnHasBeenSet = true; m_groupArn = std::move(value); }
61 inline void SetGroupArn(const char* value) { m_groupArnHasBeenSet = true; m_groupArn.assign(value); }
62 inline Greengrass& WithGroupArn(const Aws::String& value) { SetGroupArn(value); return *this;}
63 inline Greengrass& WithGroupArn(Aws::String&& value) { SetGroupArn(std::move(value)); return *this;}
64 inline Greengrass& WithGroupArn(const char* value) { SetGroupArn(value); return *this;}
66 private:
67
68 Aws::String m_groupArn;
69 bool m_groupArnHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace IoTSiteWise
74} // namespace Aws
Greengrass & WithGroupArn(const char *value)
Definition Greengrass.h:64
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupArn(Aws::String &&value)
Definition Greengrass.h:60
Greengrass & WithGroupArn(const Aws::String &value)
Definition Greengrass.h:62
const Aws::String & GetGroupArn() const
Definition Greengrass.h:57
void SetGroupArn(const Aws::String &value)
Definition Greengrass.h:59
AWS_IOTSITEWISE_API Greengrass(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Greengrass & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupArn(const char *value)
Definition Greengrass.h:61
AWS_IOTSITEWISE_API Greengrass()
Greengrass & WithGroupArn(Aws::String &&value)
Definition Greengrass.h:63
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue