7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/RecommendationItemType.h>
22namespace WellArchitected {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename RecommendationArnT = Aws::String>
65 m_recommendationArnHasBeenSet =
true;
66 m_recommendationArn = std::forward<RecommendationArnT>(value);
68 template <
typename RecommendationArnT = Aws::String>
82 m_typeHasBeenSet =
true;
98 template <
typename MetadataT = Aws::Utils::Document>
100 m_metadataHasBeenSet =
true;
101 m_metadata = std::forward<MetadataT>(value);
103 template <
typename MetadataT = Aws::Utils::Document>
117 template <
typename CreatedByT = Aws::String>
119 m_createdByHasBeenSet =
true;
120 m_createdBy = std::forward<CreatedByT>(value);
122 template <
typename CreatedByT = Aws::String>
135 template <
typename CreatedAtT = Aws::Utils::DateTime>
137 m_createdAtHasBeenSet =
true;
138 m_createdAt = std::forward<CreatedAtT>(value);
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
154 template <
typename LastModifiedByT = Aws::String>
156 m_lastModifiedByHasBeenSet =
true;
157 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
159 template <
typename LastModifiedByT = Aws::String>
172 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
174 m_lastModifiedAtHasBeenSet =
true;
175 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
177 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
199 bool m_idHasBeenSet =
false;
200 bool m_recommendationArnHasBeenSet =
false;
201 bool m_typeHasBeenSet =
false;
202 bool m_metadataHasBeenSet =
false;
203 bool m_createdByHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
205 bool m_lastModifiedByHasBeenSet =
false;
206 bool m_lastModifiedAtHasBeenSet =
false;
bool IdHasBeenSet() const
const Aws::String & GetRecommendationArn() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AgentRecommendationItemSummary & WithRecommendationArn(RecommendationArnT &&value)
bool LastModifiedByHasBeenSet() const
bool RecommendationArnHasBeenSet() const
AgentRecommendationItemSummary & WithCreatedBy(CreatedByT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_WELLARCHITECTED_API AgentRecommendationItemSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedBy(LastModifiedByT &&value)
Aws::Utils::DocumentView GetMetadata() const
AgentRecommendationItemSummary & WithType(RecommendationItemType value)
void SetMetadata(MetadataT &&value)
const Aws::String & GetId() const
void SetType(RecommendationItemType value)
const Aws::String & GetLastModifiedBy() const
void SetCreatedBy(CreatedByT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetCreatedBy() const
AWS_WELLARCHITECTED_API AgentRecommendationItemSummary()=default
bool CreatedAtHasBeenSet() const
AWS_WELLARCHITECTED_API AgentRecommendationItemSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
AgentRecommendationItemSummary & WithId(IdT &&value)
bool MetadataHasBeenSet() const
AgentRecommendationItemSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
RecommendationItemType GetType() const
bool LastModifiedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
AgentRecommendationItemSummary & WithLastModifiedBy(LastModifiedByT &&value)
void SetRecommendationArn(RecommendationArnT &&value)
AgentRecommendationItemSummary & WithLastModifiedAt(LastModifiedAtT &&value)
AgentRecommendationItemSummary & WithMetadata(MetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue