AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateLabelGroupResult.h
1
6#pragma once
7#include <aws/lookoutequipment/LookoutEquipment_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 LookoutEquipment
24{
25namespace Model
26{
28 {
29 public:
30 AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult();
33
34
36
41 inline const Aws::String& GetLabelGroupName() const{ return m_labelGroupName; }
42 inline void SetLabelGroupName(const Aws::String& value) { m_labelGroupName = value; }
43 inline void SetLabelGroupName(Aws::String&& value) { m_labelGroupName = std::move(value); }
44 inline void SetLabelGroupName(const char* value) { m_labelGroupName.assign(value); }
45 inline CreateLabelGroupResult& WithLabelGroupName(const Aws::String& value) { SetLabelGroupName(value); return *this;}
46 inline CreateLabelGroupResult& WithLabelGroupName(Aws::String&& value) { SetLabelGroupName(std::move(value)); return *this;}
47 inline CreateLabelGroupResult& WithLabelGroupName(const char* value) { SetLabelGroupName(value); return *this;}
49
51
55 inline const Aws::String& GetLabelGroupArn() const{ return m_labelGroupArn; }
56 inline void SetLabelGroupArn(const Aws::String& value) { m_labelGroupArn = value; }
57 inline void SetLabelGroupArn(Aws::String&& value) { m_labelGroupArn = std::move(value); }
58 inline void SetLabelGroupArn(const char* value) { m_labelGroupArn.assign(value); }
59 inline CreateLabelGroupResult& WithLabelGroupArn(const Aws::String& value) { SetLabelGroupArn(value); return *this;}
60 inline CreateLabelGroupResult& WithLabelGroupArn(Aws::String&& value) { SetLabelGroupArn(std::move(value)); return *this;}
61 inline CreateLabelGroupResult& WithLabelGroupArn(const char* value) { SetLabelGroupArn(value); return *this;}
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline CreateLabelGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline CreateLabelGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline CreateLabelGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::String m_labelGroupName;
77
78 Aws::String m_labelGroupArn;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace LookoutEquipment
85} // namespace Aws
CreateLabelGroupResult & WithRequestId(const char *value)
CreateLabelGroupResult & WithLabelGroupName(const char *value)
CreateLabelGroupResult & WithRequestId(const Aws::String &value)
CreateLabelGroupResult & WithLabelGroupArn(const char *value)
CreateLabelGroupResult & WithLabelGroupArn(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLabelGroupResult & WithLabelGroupArn(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLabelGroupResult & WithRequestId(Aws::String &&value)
CreateLabelGroupResult & WithLabelGroupName(Aws::String &&value)
CreateLabelGroupResult & WithLabelGroupName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue