AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeLabelResult.h
1
6#pragma once
7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lookoutequipment/model/LabelRating.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace LookoutEquipment
26{
27namespace Model
28{
30 {
31 public:
32 AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult();
35
36
38
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 DescribeLabelResult& WithLabelGroupName(const Aws::String& value) { SetLabelGroupName(value); return *this;}
46 inline DescribeLabelResult& WithLabelGroupName(Aws::String&& value) { SetLabelGroupName(std::move(value)); return *this;}
47 inline DescribeLabelResult& WithLabelGroupName(const char* value) { SetLabelGroupName(value); return *this;}
49
51
54 inline const Aws::String& GetLabelGroupArn() const{ return m_labelGroupArn; }
55 inline void SetLabelGroupArn(const Aws::String& value) { m_labelGroupArn = value; }
56 inline void SetLabelGroupArn(Aws::String&& value) { m_labelGroupArn = std::move(value); }
57 inline void SetLabelGroupArn(const char* value) { m_labelGroupArn.assign(value); }
58 inline DescribeLabelResult& WithLabelGroupArn(const Aws::String& value) { SetLabelGroupArn(value); return *this;}
59 inline DescribeLabelResult& WithLabelGroupArn(Aws::String&& value) { SetLabelGroupArn(std::move(value)); return *this;}
60 inline DescribeLabelResult& WithLabelGroupArn(const char* value) { SetLabelGroupArn(value); return *this;}
62
64
67 inline const Aws::String& GetLabelId() const{ return m_labelId; }
68 inline void SetLabelId(const Aws::String& value) { m_labelId = value; }
69 inline void SetLabelId(Aws::String&& value) { m_labelId = std::move(value); }
70 inline void SetLabelId(const char* value) { m_labelId.assign(value); }
71 inline DescribeLabelResult& WithLabelId(const Aws::String& value) { SetLabelId(value); return *this;}
72 inline DescribeLabelResult& WithLabelId(Aws::String&& value) { SetLabelId(std::move(value)); return *this;}
73 inline DescribeLabelResult& WithLabelId(const char* value) { SetLabelId(value); return *this;}
75
77
80 inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
81 inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
82 inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTime = std::move(value); }
83 inline DescribeLabelResult& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;}
84 inline DescribeLabelResult& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;}
86
88
91 inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
92 inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
93 inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTime = std::move(value); }
94 inline DescribeLabelResult& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;}
95 inline DescribeLabelResult& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;}
97
99
102 inline const LabelRating& GetRating() const{ return m_rating; }
103 inline void SetRating(const LabelRating& value) { m_rating = value; }
104 inline void SetRating(LabelRating&& value) { m_rating = std::move(value); }
105 inline DescribeLabelResult& WithRating(const LabelRating& value) { SetRating(value); return *this;}
106 inline DescribeLabelResult& WithRating(LabelRating&& value) { SetRating(std::move(value)); return *this;}
108
110
115 inline const Aws::String& GetFaultCode() const{ return m_faultCode; }
116 inline void SetFaultCode(const Aws::String& value) { m_faultCode = value; }
117 inline void SetFaultCode(Aws::String&& value) { m_faultCode = std::move(value); }
118 inline void SetFaultCode(const char* value) { m_faultCode.assign(value); }
119 inline DescribeLabelResult& WithFaultCode(const Aws::String& value) { SetFaultCode(value); return *this;}
120 inline DescribeLabelResult& WithFaultCode(Aws::String&& value) { SetFaultCode(std::move(value)); return *this;}
121 inline DescribeLabelResult& WithFaultCode(const char* value) { SetFaultCode(value); return *this;}
123
125
130 inline const Aws::String& GetNotes() const{ return m_notes; }
131 inline void SetNotes(const Aws::String& value) { m_notes = value; }
132 inline void SetNotes(Aws::String&& value) { m_notes = std::move(value); }
133 inline void SetNotes(const char* value) { m_notes.assign(value); }
134 inline DescribeLabelResult& WithNotes(const Aws::String& value) { SetNotes(value); return *this;}
135 inline DescribeLabelResult& WithNotes(Aws::String&& value) { SetNotes(std::move(value)); return *this;}
136 inline DescribeLabelResult& WithNotes(const char* value) { SetNotes(value); return *this;}
138
140
143 inline const Aws::String& GetEquipment() const{ return m_equipment; }
144 inline void SetEquipment(const Aws::String& value) { m_equipment = value; }
145 inline void SetEquipment(Aws::String&& value) { m_equipment = std::move(value); }
146 inline void SetEquipment(const char* value) { m_equipment.assign(value); }
147 inline DescribeLabelResult& WithEquipment(const Aws::String& value) { SetEquipment(value); return *this;}
148 inline DescribeLabelResult& WithEquipment(Aws::String&& value) { SetEquipment(std::move(value)); return *this;}
149 inline DescribeLabelResult& WithEquipment(const char* value) { SetEquipment(value); return *this;}
151
153
156 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
157 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; }
158 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); }
159 inline DescribeLabelResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
160 inline DescribeLabelResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
162
164
165 inline const Aws::String& GetRequestId() const{ return m_requestId; }
166 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
167 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
168 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
169 inline DescribeLabelResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
170 inline DescribeLabelResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
171 inline DescribeLabelResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
173 private:
174
175 Aws::String m_labelGroupName;
176
177 Aws::String m_labelGroupArn;
178
179 Aws::String m_labelId;
180
181 Aws::Utils::DateTime m_startTime;
182
183 Aws::Utils::DateTime m_endTime;
184
185 LabelRating m_rating;
186
187 Aws::String m_faultCode;
188
189 Aws::String m_notes;
190
191 Aws::String m_equipment;
192
193 Aws::Utils::DateTime m_createdAt;
194
195 Aws::String m_requestId;
196 };
197
198} // namespace Model
199} // namespace LookoutEquipment
200} // namespace Aws
DescribeLabelResult & WithLabelGroupName(const char *value)
DescribeLabelResult & WithEquipment(const char *value)
DescribeLabelResult & WithNotes(const char *value)
const Aws::Utils::DateTime & GetStartTime() const
DescribeLabelResult & WithCreatedAt(const Aws::Utils::DateTime &value)
DescribeLabelResult & WithLabelId(Aws::String &&value)
DescribeLabelResult & WithFaultCode(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLabelResult & WithLabelGroupArn(Aws::String &&value)
DescribeLabelResult & WithEndTime(const Aws::Utils::DateTime &value)
DescribeLabelResult & WithEndTime(Aws::Utils::DateTime &&value)
DescribeLabelResult & WithEquipment(Aws::String &&value)
DescribeLabelResult & WithLabelGroupName(Aws::String &&value)
DescribeLabelResult & WithLabelGroupArn(const Aws::String &value)
DescribeLabelResult & WithNotes(const Aws::String &value)
DescribeLabelResult & WithRequestId(Aws::String &&value)
DescribeLabelResult & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DescribeLabelResult & WithLabelGroupArn(const char *value)
DescribeLabelResult & WithRating(const LabelRating &value)
DescribeLabelResult & WithNotes(Aws::String &&value)
DescribeLabelResult & WithStartTime(const Aws::Utils::DateTime &value)
void SetStartTime(Aws::Utils::DateTime &&value)
DescribeLabelResult & WithLabelGroupName(const Aws::String &value)
void SetEndTime(const Aws::Utils::DateTime &value)
DescribeLabelResult & WithLabelId(const char *value)
const Aws::Utils::DateTime & GetEndTime() const
DescribeLabelResult & WithStartTime(Aws::Utils::DateTime &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
DescribeLabelResult & WithRequestId(const Aws::String &value)
DescribeLabelResult & WithFaultCode(const Aws::String &value)
DescribeLabelResult & WithRequestId(const char *value)
DescribeLabelResult & WithFaultCode(const char *value)
DescribeLabelResult & WithEquipment(const Aws::String &value)
DescribeLabelResult & WithRating(LabelRating &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
DescribeLabelResult & WithLabelId(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue