AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CreateDynamicThingGroupResult.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace IoT
24{
25namespace Model
26{
28 {
29 public:
30 AWS_IOT_API CreateDynamicThingGroupResult() = default;
33
34
36
39 inline const Aws::String& GetThingGroupName() const { return m_thingGroupName; }
40 template<typename ThingGroupNameT = Aws::String>
41 void SetThingGroupName(ThingGroupNameT&& value) { m_thingGroupNameHasBeenSet = true; m_thingGroupName = std::forward<ThingGroupNameT>(value); }
42 template<typename ThingGroupNameT = Aws::String>
43 CreateDynamicThingGroupResult& WithThingGroupName(ThingGroupNameT&& value) { SetThingGroupName(std::forward<ThingGroupNameT>(value)); return *this;}
45
47
50 inline const Aws::String& GetThingGroupArn() const { return m_thingGroupArn; }
51 template<typename ThingGroupArnT = Aws::String>
52 void SetThingGroupArn(ThingGroupArnT&& value) { m_thingGroupArnHasBeenSet = true; m_thingGroupArn = std::forward<ThingGroupArnT>(value); }
53 template<typename ThingGroupArnT = Aws::String>
54 CreateDynamicThingGroupResult& WithThingGroupArn(ThingGroupArnT&& value) { SetThingGroupArn(std::forward<ThingGroupArnT>(value)); return *this;}
56
58
61 inline const Aws::String& GetThingGroupId() const { return m_thingGroupId; }
62 template<typename ThingGroupIdT = Aws::String>
63 void SetThingGroupId(ThingGroupIdT&& value) { m_thingGroupIdHasBeenSet = true; m_thingGroupId = std::forward<ThingGroupIdT>(value); }
64 template<typename ThingGroupIdT = Aws::String>
65 CreateDynamicThingGroupResult& WithThingGroupId(ThingGroupIdT&& value) { SetThingGroupId(std::forward<ThingGroupIdT>(value)); return *this;}
67
69
72 inline const Aws::String& GetIndexName() const { return m_indexName; }
73 template<typename IndexNameT = Aws::String>
74 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet = true; m_indexName = std::forward<IndexNameT>(value); }
75 template<typename IndexNameT = Aws::String>
76 CreateDynamicThingGroupResult& WithIndexName(IndexNameT&& value) { SetIndexName(std::forward<IndexNameT>(value)); return *this;}
78
80
83 inline const Aws::String& GetQueryString() const { return m_queryString; }
84 template<typename QueryStringT = Aws::String>
85 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet = true; m_queryString = std::forward<QueryStringT>(value); }
86 template<typename QueryStringT = Aws::String>
87 CreateDynamicThingGroupResult& WithQueryString(QueryStringT&& value) { SetQueryString(std::forward<QueryStringT>(value)); return *this;}
89
91
94 inline const Aws::String& GetQueryVersion() const { return m_queryVersion; }
95 template<typename QueryVersionT = Aws::String>
96 void SetQueryVersion(QueryVersionT&& value) { m_queryVersionHasBeenSet = true; m_queryVersion = std::forward<QueryVersionT>(value); }
97 template<typename QueryVersionT = Aws::String>
98 CreateDynamicThingGroupResult& WithQueryVersion(QueryVersionT&& value) { SetQueryVersion(std::forward<QueryVersionT>(value)); return *this;}
100
102
103 inline const Aws::String& GetRequestId() const { return m_requestId; }
104 template<typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
106 template<typename RequestIdT = Aws::String>
107 CreateDynamicThingGroupResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
109 private:
110
111 Aws::String m_thingGroupName;
112 bool m_thingGroupNameHasBeenSet = false;
113
114 Aws::String m_thingGroupArn;
115 bool m_thingGroupArnHasBeenSet = false;
116
117 Aws::String m_thingGroupId;
118 bool m_thingGroupIdHasBeenSet = false;
119
120 Aws::String m_indexName;
121 bool m_indexNameHasBeenSet = false;
122
123 Aws::String m_queryString;
124 bool m_queryStringHasBeenSet = false;
125
126 Aws::String m_queryVersion;
127 bool m_queryVersionHasBeenSet = false;
128
129 Aws::String m_requestId;
130 bool m_requestIdHasBeenSet = false;
131 };
132
133} // namespace Model
134} // namespace IoT
135} // namespace Aws
CreateDynamicThingGroupResult & WithRequestId(RequestIdT &&value)
CreateDynamicThingGroupResult & WithThingGroupName(ThingGroupNameT &&value)
CreateDynamicThingGroupResult & WithQueryString(QueryStringT &&value)
AWS_IOT_API CreateDynamicThingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDynamicThingGroupResult & WithIndexName(IndexNameT &&value)
CreateDynamicThingGroupResult & WithThingGroupId(ThingGroupIdT &&value)
CreateDynamicThingGroupResult & WithThingGroupArn(ThingGroupArnT &&value)
AWS_IOT_API CreateDynamicThingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDynamicThingGroupResult & WithQueryVersion(QueryVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue