7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pcs/PCS_EXPORTS.h>
10#include <aws/pcs/model/ClusterStatus.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
79 template <
typename ArnT = Aws::String>
81 m_arnHasBeenSet =
true;
82 m_arn = std::forward<ArnT>(value);
84 template <
typename ArnT = Aws::String>
86 SetArn(std::forward<ArnT>(value));
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename ModifiedAtT = Aws::Utils::DateTime>
117 m_modifiedAtHasBeenSet =
true;
118 m_modifiedAt = std::forward<ModifiedAtT>(value);
120 template <
typename ModifiedAtT = Aws::Utils::DateTime>
144 m_statusHasBeenSet =
true;
164 bool m_nameHasBeenSet =
false;
165 bool m_idHasBeenSet =
false;
166 bool m_arnHasBeenSet =
false;
167 bool m_createdAtHasBeenSet =
false;
168 bool m_modifiedAtHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_PCS_API ClusterSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(ClusterStatus value)
ClusterSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
const Aws::String & GetId() const
ClusterSummary & WithName(NameT &&value)
ClusterSummary & WithModifiedAt(ModifiedAtT &&value)
bool ArnHasBeenSet() const
void SetName(NameT &&value)
bool ModifiedAtHasBeenSet() const
AWS_PCS_API ClusterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool CreatedAtHasBeenSet() const
ClusterSummary & WithCreatedAt(CreatedAtT &&value)
AWS_PCS_API ClusterSummary()=default
void SetArn(ArnT &&value)
const Aws::String & GetName() const
ClusterSummary & WithStatus(ClusterStatus value)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
ClusterSummary & WithArn(ArnT &&value)
ClusterStatus GetStatus() const
bool IdHasBeenSet() const
void SetModifiedAt(ModifiedAtT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue