AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Recommendation.h
1
6#pragma once
7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/trustedadvisor/model/RecommendationLifecycleStage.h>
12#include <aws/trustedadvisor/model/RecommendationPillarSpecificAggregates.h>
13#include <aws/trustedadvisor/model/RecommendationResourcesAggregates.h>
14#include <aws/trustedadvisor/model/RecommendationSource.h>
15#include <aws/trustedadvisor/model/RecommendationStatus.h>
16#include <aws/trustedadvisor/model/RecommendationType.h>
17#include <aws/trustedadvisor/model/UpdateRecommendationLifecycleStageReasonCode.h>
18#include <aws/trustedadvisor/model/RecommendationPillar.h>
19#include <utility>
20
21namespace Aws
22{
23namespace Utils
24{
25namespace Json
26{
27 class JsonValue;
28 class JsonView;
29} // namespace Json
30} // namespace Utils
31namespace TrustedAdvisor
32{
33namespace Model
34{
35
42 {
43 public:
44 AWS_TRUSTEDADVISOR_API Recommendation();
45 AWS_TRUSTEDADVISOR_API Recommendation(Aws::Utils::Json::JsonView jsonValue);
46 AWS_TRUSTEDADVISOR_API Recommendation& operator=(Aws::Utils::Json::JsonView jsonValue);
47 AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
54 inline const Aws::String& GetArn() const{ return m_arn; }
55 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
56 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
57 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
58 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
59 inline Recommendation& WithArn(const Aws::String& value) { SetArn(value); return *this;}
60 inline Recommendation& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
61 inline Recommendation& WithArn(const char* value) { SetArn(value); return *this;}
63
65
68 inline const Aws::Vector<Aws::String>& GetAwsServices() const{ return m_awsServices; }
69 inline bool AwsServicesHasBeenSet() const { return m_awsServicesHasBeenSet; }
70 inline void SetAwsServices(const Aws::Vector<Aws::String>& value) { m_awsServicesHasBeenSet = true; m_awsServices = value; }
71 inline void SetAwsServices(Aws::Vector<Aws::String>&& value) { m_awsServicesHasBeenSet = true; m_awsServices = std::move(value); }
72 inline Recommendation& WithAwsServices(const Aws::Vector<Aws::String>& value) { SetAwsServices(value); return *this;}
73 inline Recommendation& WithAwsServices(Aws::Vector<Aws::String>&& value) { SetAwsServices(std::move(value)); return *this;}
74 inline Recommendation& AddAwsServices(const Aws::String& value) { m_awsServicesHasBeenSet = true; m_awsServices.push_back(value); return *this; }
75 inline Recommendation& AddAwsServices(Aws::String&& value) { m_awsServicesHasBeenSet = true; m_awsServices.push_back(std::move(value)); return *this; }
76 inline Recommendation& AddAwsServices(const char* value) { m_awsServicesHasBeenSet = true; m_awsServices.push_back(value); return *this; }
78
80
83 inline const Aws::String& GetCheckArn() const{ return m_checkArn; }
84 inline bool CheckArnHasBeenSet() const { return m_checkArnHasBeenSet; }
85 inline void SetCheckArn(const Aws::String& value) { m_checkArnHasBeenSet = true; m_checkArn = value; }
86 inline void SetCheckArn(Aws::String&& value) { m_checkArnHasBeenSet = true; m_checkArn = std::move(value); }
87 inline void SetCheckArn(const char* value) { m_checkArnHasBeenSet = true; m_checkArn.assign(value); }
88 inline Recommendation& WithCheckArn(const Aws::String& value) { SetCheckArn(value); return *this;}
89 inline Recommendation& WithCheckArn(Aws::String&& value) { SetCheckArn(std::move(value)); return *this;}
90 inline Recommendation& WithCheckArn(const char* value) { SetCheckArn(value); return *this;}
92
94
98 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
99 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
100 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
101 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
102 inline Recommendation& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
103 inline Recommendation& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
105
107
110 inline const Aws::String& GetCreatedBy() const{ return m_createdBy; }
111 inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; }
112 inline void SetCreatedBy(const Aws::String& value) { m_createdByHasBeenSet = true; m_createdBy = value; }
113 inline void SetCreatedBy(Aws::String&& value) { m_createdByHasBeenSet = true; m_createdBy = std::move(value); }
114 inline void SetCreatedBy(const char* value) { m_createdByHasBeenSet = true; m_createdBy.assign(value); }
115 inline Recommendation& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;}
116 inline Recommendation& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;}
117 inline Recommendation& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;}
119
121
124 inline const Aws::String& GetDescription() const{ return m_description; }
125 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
126 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
127 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
128 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
129 inline Recommendation& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
130 inline Recommendation& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
131 inline Recommendation& WithDescription(const char* value) { SetDescription(value); return *this;}
133
135
138 inline const Aws::String& GetId() const{ return m_id; }
139 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
140 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
141 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
142 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
143 inline Recommendation& WithId(const Aws::String& value) { SetId(value); return *this;}
144 inline Recommendation& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
145 inline Recommendation& WithId(const char* value) { SetId(value); return *this;}
147
149
152 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const{ return m_lastUpdatedAt; }
153 inline bool LastUpdatedAtHasBeenSet() const { return m_lastUpdatedAtHasBeenSet; }
154 inline void SetLastUpdatedAt(const Aws::Utils::DateTime& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = value; }
155 inline void SetLastUpdatedAt(Aws::Utils::DateTime&& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = std::move(value); }
156 inline Recommendation& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;}
157 inline Recommendation& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;}
159
161
164 inline const RecommendationLifecycleStage& GetLifecycleStage() const{ return m_lifecycleStage; }
165 inline bool LifecycleStageHasBeenSet() const { return m_lifecycleStageHasBeenSet; }
166 inline void SetLifecycleStage(const RecommendationLifecycleStage& value) { m_lifecycleStageHasBeenSet = true; m_lifecycleStage = value; }
167 inline void SetLifecycleStage(RecommendationLifecycleStage&& value) { m_lifecycleStageHasBeenSet = true; m_lifecycleStage = std::move(value); }
169 inline Recommendation& WithLifecycleStage(RecommendationLifecycleStage&& value) { SetLifecycleStage(std::move(value)); return *this;}
171
173
176 inline const Aws::String& GetName() const{ return m_name; }
177 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
178 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
179 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
180 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
181 inline Recommendation& WithName(const Aws::String& value) { SetName(value); return *this;}
182 inline Recommendation& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
183 inline Recommendation& WithName(const char* value) { SetName(value); return *this;}
185
187
190 inline const RecommendationPillarSpecificAggregates& GetPillarSpecificAggregates() const{ return m_pillarSpecificAggregates; }
191 inline bool PillarSpecificAggregatesHasBeenSet() const { return m_pillarSpecificAggregatesHasBeenSet; }
192 inline void SetPillarSpecificAggregates(const RecommendationPillarSpecificAggregates& value) { m_pillarSpecificAggregatesHasBeenSet = true; m_pillarSpecificAggregates = value; }
193 inline void SetPillarSpecificAggregates(RecommendationPillarSpecificAggregates&& value) { m_pillarSpecificAggregatesHasBeenSet = true; m_pillarSpecificAggregates = std::move(value); }
197
199
202 inline const Aws::Vector<RecommendationPillar>& GetPillars() const{ return m_pillars; }
203 inline bool PillarsHasBeenSet() const { return m_pillarsHasBeenSet; }
204 inline void SetPillars(const Aws::Vector<RecommendationPillar>& value) { m_pillarsHasBeenSet = true; m_pillars = value; }
205 inline void SetPillars(Aws::Vector<RecommendationPillar>&& value) { m_pillarsHasBeenSet = true; m_pillars = std::move(value); }
206 inline Recommendation& WithPillars(const Aws::Vector<RecommendationPillar>& value) { SetPillars(value); return *this;}
207 inline Recommendation& WithPillars(Aws::Vector<RecommendationPillar>&& value) { SetPillars(std::move(value)); return *this;}
208 inline Recommendation& AddPillars(const RecommendationPillar& value) { m_pillarsHasBeenSet = true; m_pillars.push_back(value); return *this; }
209 inline Recommendation& AddPillars(RecommendationPillar&& value) { m_pillarsHasBeenSet = true; m_pillars.push_back(std::move(value)); return *this; }
211
213
216 inline const Aws::Utils::DateTime& GetResolvedAt() const{ return m_resolvedAt; }
217 inline bool ResolvedAtHasBeenSet() const { return m_resolvedAtHasBeenSet; }
218 inline void SetResolvedAt(const Aws::Utils::DateTime& value) { m_resolvedAtHasBeenSet = true; m_resolvedAt = value; }
219 inline void SetResolvedAt(Aws::Utils::DateTime&& value) { m_resolvedAtHasBeenSet = true; m_resolvedAt = std::move(value); }
220 inline Recommendation& WithResolvedAt(const Aws::Utils::DateTime& value) { SetResolvedAt(value); return *this;}
221 inline Recommendation& WithResolvedAt(Aws::Utils::DateTime&& value) { SetResolvedAt(std::move(value)); return *this;}
223
225
228 inline const RecommendationResourcesAggregates& GetResourcesAggregates() const{ return m_resourcesAggregates; }
229 inline bool ResourcesAggregatesHasBeenSet() const { return m_resourcesAggregatesHasBeenSet; }
230 inline void SetResourcesAggregates(const RecommendationResourcesAggregates& value) { m_resourcesAggregatesHasBeenSet = true; m_resourcesAggregates = value; }
231 inline void SetResourcesAggregates(RecommendationResourcesAggregates&& value) { m_resourcesAggregatesHasBeenSet = true; m_resourcesAggregates = std::move(value); }
235
237
240 inline const RecommendationSource& GetSource() const{ return m_source; }
241 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
242 inline void SetSource(const RecommendationSource& value) { m_sourceHasBeenSet = true; m_source = value; }
243 inline void SetSource(RecommendationSource&& value) { m_sourceHasBeenSet = true; m_source = std::move(value); }
244 inline Recommendation& WithSource(const RecommendationSource& value) { SetSource(value); return *this;}
245 inline Recommendation& WithSource(RecommendationSource&& value) { SetSource(std::move(value)); return *this;}
247
249
252 inline const RecommendationStatus& GetStatus() const{ return m_status; }
253 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
254 inline void SetStatus(const RecommendationStatus& value) { m_statusHasBeenSet = true; m_status = value; }
255 inline void SetStatus(RecommendationStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
256 inline Recommendation& WithStatus(const RecommendationStatus& value) { SetStatus(value); return *this;}
257 inline Recommendation& WithStatus(RecommendationStatus&& value) { SetStatus(std::move(value)); return *this;}
259
261
265 inline const RecommendationType& GetType() const{ return m_type; }
266 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
267 inline void SetType(const RecommendationType& value) { m_typeHasBeenSet = true; m_type = value; }
268 inline void SetType(RecommendationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
269 inline Recommendation& WithType(const RecommendationType& value) { SetType(value); return *this;}
270 inline Recommendation& WithType(RecommendationType&& value) { SetType(std::move(value)); return *this;}
272
274
277 inline const Aws::String& GetUpdateReason() const{ return m_updateReason; }
278 inline bool UpdateReasonHasBeenSet() const { return m_updateReasonHasBeenSet; }
279 inline void SetUpdateReason(const Aws::String& value) { m_updateReasonHasBeenSet = true; m_updateReason = value; }
280 inline void SetUpdateReason(Aws::String&& value) { m_updateReasonHasBeenSet = true; m_updateReason = std::move(value); }
281 inline void SetUpdateReason(const char* value) { m_updateReasonHasBeenSet = true; m_updateReason.assign(value); }
282 inline Recommendation& WithUpdateReason(const Aws::String& value) { SetUpdateReason(value); return *this;}
283 inline Recommendation& WithUpdateReason(Aws::String&& value) { SetUpdateReason(std::move(value)); return *this;}
284 inline Recommendation& WithUpdateReason(const char* value) { SetUpdateReason(value); return *this;}
286
288
291 inline const UpdateRecommendationLifecycleStageReasonCode& GetUpdateReasonCode() const{ return m_updateReasonCode; }
292 inline bool UpdateReasonCodeHasBeenSet() const { return m_updateReasonCodeHasBeenSet; }
293 inline void SetUpdateReasonCode(const UpdateRecommendationLifecycleStageReasonCode& value) { m_updateReasonCodeHasBeenSet = true; m_updateReasonCode = value; }
294 inline void SetUpdateReasonCode(UpdateRecommendationLifecycleStageReasonCode&& value) { m_updateReasonCodeHasBeenSet = true; m_updateReasonCode = std::move(value); }
298
300
306 inline const Aws::String& GetUpdatedOnBehalfOf() const{ return m_updatedOnBehalfOf; }
307 inline bool UpdatedOnBehalfOfHasBeenSet() const { return m_updatedOnBehalfOfHasBeenSet; }
308 inline void SetUpdatedOnBehalfOf(const Aws::String& value) { m_updatedOnBehalfOfHasBeenSet = true; m_updatedOnBehalfOf = value; }
309 inline void SetUpdatedOnBehalfOf(Aws::String&& value) { m_updatedOnBehalfOfHasBeenSet = true; m_updatedOnBehalfOf = std::move(value); }
310 inline void SetUpdatedOnBehalfOf(const char* value) { m_updatedOnBehalfOfHasBeenSet = true; m_updatedOnBehalfOf.assign(value); }
311 inline Recommendation& WithUpdatedOnBehalfOf(const Aws::String& value) { SetUpdatedOnBehalfOf(value); return *this;}
312 inline Recommendation& WithUpdatedOnBehalfOf(Aws::String&& value) { SetUpdatedOnBehalfOf(std::move(value)); return *this;}
313 inline Recommendation& WithUpdatedOnBehalfOf(const char* value) { SetUpdatedOnBehalfOf(value); return *this;}
315
317
323 inline const Aws::String& GetUpdatedOnBehalfOfJobTitle() const{ return m_updatedOnBehalfOfJobTitle; }
324 inline bool UpdatedOnBehalfOfJobTitleHasBeenSet() const { return m_updatedOnBehalfOfJobTitleHasBeenSet; }
325 inline void SetUpdatedOnBehalfOfJobTitle(const Aws::String& value) { m_updatedOnBehalfOfJobTitleHasBeenSet = true; m_updatedOnBehalfOfJobTitle = value; }
326 inline void SetUpdatedOnBehalfOfJobTitle(Aws::String&& value) { m_updatedOnBehalfOfJobTitleHasBeenSet = true; m_updatedOnBehalfOfJobTitle = std::move(value); }
327 inline void SetUpdatedOnBehalfOfJobTitle(const char* value) { m_updatedOnBehalfOfJobTitleHasBeenSet = true; m_updatedOnBehalfOfJobTitle.assign(value); }
330 inline Recommendation& WithUpdatedOnBehalfOfJobTitle(const char* value) { SetUpdatedOnBehalfOfJobTitle(value); return *this;}
332 private:
333
334 Aws::String m_arn;
335 bool m_arnHasBeenSet = false;
336
337 Aws::Vector<Aws::String> m_awsServices;
338 bool m_awsServicesHasBeenSet = false;
339
340 Aws::String m_checkArn;
341 bool m_checkArnHasBeenSet = false;
342
343 Aws::Utils::DateTime m_createdAt;
344 bool m_createdAtHasBeenSet = false;
345
346 Aws::String m_createdBy;
347 bool m_createdByHasBeenSet = false;
348
349 Aws::String m_description;
350 bool m_descriptionHasBeenSet = false;
351
352 Aws::String m_id;
353 bool m_idHasBeenSet = false;
354
355 Aws::Utils::DateTime m_lastUpdatedAt;
356 bool m_lastUpdatedAtHasBeenSet = false;
357
358 RecommendationLifecycleStage m_lifecycleStage;
359 bool m_lifecycleStageHasBeenSet = false;
360
361 Aws::String m_name;
362 bool m_nameHasBeenSet = false;
363
364 RecommendationPillarSpecificAggregates m_pillarSpecificAggregates;
365 bool m_pillarSpecificAggregatesHasBeenSet = false;
366
368 bool m_pillarsHasBeenSet = false;
369
370 Aws::Utils::DateTime m_resolvedAt;
371 bool m_resolvedAtHasBeenSet = false;
372
373 RecommendationResourcesAggregates m_resourcesAggregates;
374 bool m_resourcesAggregatesHasBeenSet = false;
375
376 RecommendationSource m_source;
377 bool m_sourceHasBeenSet = false;
378
379 RecommendationStatus m_status;
380 bool m_statusHasBeenSet = false;
381
382 RecommendationType m_type;
383 bool m_typeHasBeenSet = false;
384
385 Aws::String m_updateReason;
386 bool m_updateReasonHasBeenSet = false;
387
389 bool m_updateReasonCodeHasBeenSet = false;
390
391 Aws::String m_updatedOnBehalfOf;
392 bool m_updatedOnBehalfOfHasBeenSet = false;
393
394 Aws::String m_updatedOnBehalfOfJobTitle;
395 bool m_updatedOnBehalfOfJobTitleHasBeenSet = false;
396 };
397
398} // namespace Model
399} // namespace TrustedAdvisor
400} // namespace Aws
Recommendation & WithCheckArn(const char *value)
Recommendation & WithUpdatedOnBehalfOfJobTitle(Aws::String &&value)
Recommendation & WithId(const char *value)
void SetUpdateReasonCode(const UpdateRecommendationLifecycleStageReasonCode &value)
void SetResolvedAt(const Aws::Utils::DateTime &value)
Recommendation & WithCreatedBy(const Aws::String &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetType(const RecommendationType &value)
const Aws::Vector< Aws::String > & GetAwsServices() const
Recommendation & WithSource(const RecommendationSource &value)
Recommendation & WithId(Aws::String &&value)
Recommendation & WithType(RecommendationType &&value)
void SetPillars(Aws::Vector< RecommendationPillar > &&value)
Recommendation & WithDescription(Aws::String &&value)
void SetLifecycleStage(const RecommendationLifecycleStage &value)
AWS_TRUSTEDADVISOR_API Recommendation(Aws::Utils::Json::JsonView jsonValue)
Recommendation & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
const RecommendationResourcesAggregates & GetResourcesAggregates() const
Recommendation & AddAwsServices(const char *value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
Recommendation & AddAwsServices(Aws::String &&value)
Recommendation & WithPillarSpecificAggregates(RecommendationPillarSpecificAggregates &&value)
Recommendation & WithResolvedAt(const Aws::Utils::DateTime &value)
AWS_TRUSTEDADVISOR_API Recommendation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPillarSpecificAggregates(const RecommendationPillarSpecificAggregates &value)
Recommendation & WithStatus(const RecommendationStatus &value)
void SetResourcesAggregates(RecommendationResourcesAggregates &&value)
void SetType(RecommendationType &&value)
void SetAwsServices(const Aws::Vector< Aws::String > &value)
Recommendation & WithUpdatedOnBehalfOf(const Aws::String &value)
void SetStatus(const RecommendationStatus &value)
Recommendation & WithCreatedAt(Aws::Utils::DateTime &&value)
Recommendation & WithUpdateReason(Aws::String &&value)
Recommendation & AddPillars(RecommendationPillar &&value)
const Aws::String & GetUpdateReason() const
void SetStatus(RecommendationStatus &&value)
Recommendation & WithCreatedBy(const char *value)
void SetPillars(const Aws::Vector< RecommendationPillar > &value)
Recommendation & WithPillars(const Aws::Vector< RecommendationPillar > &value)
const RecommendationSource & GetSource() const
void SetSource(const RecommendationSource &value)
void SetUpdatedOnBehalfOfJobTitle(const Aws::String &value)
Recommendation & WithUpdateReasonCode(UpdateRecommendationLifecycleStageReasonCode &&value)
void SetUpdateReason(const Aws::String &value)
Recommendation & WithArn(const Aws::String &value)
Recommendation & WithUpdatedOnBehalfOf(const char *value)
Recommendation & WithResourcesAggregates(RecommendationResourcesAggregates &&value)
Recommendation & WithId(const Aws::String &value)
Recommendation & WithUpdateReasonCode(const UpdateRecommendationLifecycleStageReasonCode &value)
Recommendation & WithName(Aws::String &&value)
void SetSource(RecommendationSource &&value)
Recommendation & WithStatus(RecommendationStatus &&value)
const RecommendationLifecycleStage & GetLifecycleStage() const
Recommendation & AddPillars(const RecommendationPillar &value)
void SetName(const Aws::String &value)
AWS_TRUSTEDADVISOR_API Recommendation()
Recommendation & WithLifecycleStage(RecommendationLifecycleStage &&value)
Recommendation & WithAwsServices(const Aws::Vector< Aws::String > &value)
void SetLifecycleStage(RecommendationLifecycleStage &&value)
const Aws::String & GetUpdatedOnBehalfOfJobTitle() const
Recommendation & WithArn(Aws::String &&value)
Recommendation & WithName(const char *value)
Recommendation & WithDescription(const char *value)
Recommendation & WithUpdateReason(const Aws::String &value)
Recommendation & WithArn(const char *value)
const Aws::Utils::DateTime & GetResolvedAt() const
Recommendation & WithUpdatedOnBehalfOfJobTitle(const char *value)
Recommendation & WithResourcesAggregates(const RecommendationResourcesAggregates &value)
AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const
Recommendation & WithCreatedAt(const Aws::Utils::DateTime &value)
Recommendation & WithName(const Aws::String &value)
Recommendation & WithCheckArn(const Aws::String &value)
void SetUpdatedOnBehalfOfJobTitle(const char *value)
const Aws::String & GetCheckArn() const
void SetResourcesAggregates(const RecommendationResourcesAggregates &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
Recommendation & WithPillarSpecificAggregates(const RecommendationPillarSpecificAggregates &value)
void SetPillarSpecificAggregates(RecommendationPillarSpecificAggregates &&value)
void SetUpdatedOnBehalfOfJobTitle(Aws::String &&value)
Recommendation & WithUpdateReason(const char *value)
void SetUpdatedOnBehalfOf(const Aws::String &value)
Recommendation & WithSource(RecommendationSource &&value)
void SetAwsServices(Aws::Vector< Aws::String > &&value)
Recommendation & AddAwsServices(const Aws::String &value)
Recommendation & WithAwsServices(Aws::Vector< Aws::String > &&value)
Recommendation & WithPillars(Aws::Vector< RecommendationPillar > &&value)
Recommendation & WithType(const RecommendationType &value)
const RecommendationPillarSpecificAggregates & GetPillarSpecificAggregates() const
void SetResolvedAt(Aws::Utils::DateTime &&value)
Recommendation & WithUpdatedOnBehalfOfJobTitle(const Aws::String &value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedOnBehalfOf(Aws::String &&value)
const Aws::Vector< RecommendationPillar > & GetPillars() const
Recommendation & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetDescription(const Aws::String &value)
Recommendation & WithCreatedBy(Aws::String &&value)
const UpdateRecommendationLifecycleStageReasonCode & GetUpdateReasonCode() const
void SetCheckArn(const Aws::String &value)
void SetId(const Aws::String &value)
Recommendation & WithDescription(const Aws::String &value)
void SetCreatedBy(const Aws::String &value)
Recommendation & WithUpdatedOnBehalfOf(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
Recommendation & WithCheckArn(Aws::String &&value)
const RecommendationStatus & GetStatus() const
Recommendation & WithLifecycleStage(const RecommendationLifecycleStage &value)
const Aws::String & GetUpdatedOnBehalfOf() const
void SetUpdateReasonCode(UpdateRecommendationLifecycleStageReasonCode &&value)
const RecommendationType & GetType() const
Recommendation & WithResolvedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue