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/ComputeNodeGroupStatus.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 ClusterIdT = Aws::String>
99 m_clusterIdHasBeenSet =
true;
100 m_clusterId = std::forward<ClusterIdT>(value);
102 template <
typename ClusterIdT = Aws::String>
115 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 m_createdAtHasBeenSet =
true;
118 m_createdAt = std::forward<CreatedAtT>(value);
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 template <
typename ModifiedAtT = Aws::Utils::DateTime>
135 m_modifiedAtHasBeenSet =
true;
136 m_modifiedAt = std::forward<ModifiedAtT>(value);
138 template <
typename ModifiedAtT = Aws::Utils::DateTime>
163 m_statusHasBeenSet =
true;
185 bool m_nameHasBeenSet =
false;
186 bool m_idHasBeenSet =
false;
187 bool m_arnHasBeenSet =
false;
188 bool m_clusterIdHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
190 bool m_modifiedAtHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
void SetModifiedAt(ModifiedAtT &&value)
bool ClusterIdHasBeenSet() const
AWS_PCS_API ComputeNodeGroupSummary()=default
const Aws::String & GetId() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
ComputeNodeGroupStatus GetStatus() const
void SetStatus(ComputeNodeGroupStatus value)
bool StatusHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
ComputeNodeGroupSummary & WithClusterId(ClusterIdT &&value)
AWS_PCS_API ComputeNodeGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
bool ModifiedAtHasBeenSet() const
ComputeNodeGroupSummary & WithArn(ArnT &&value)
ComputeNodeGroupSummary & WithStatus(ComputeNodeGroupStatus value)
const Aws::Utils::DateTime & GetModifiedAt() const
void SetClusterId(ClusterIdT &&value)
void SetName(NameT &&value)
ComputeNodeGroupSummary & WithModifiedAt(ModifiedAtT &&value)
ComputeNodeGroupSummary & WithId(IdT &&value)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_PCS_API ComputeNodeGroupSummary(Aws::Utils::Json::JsonView jsonValue)
ComputeNodeGroupSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetClusterId() const
const Aws::Utils::DateTime & GetCreatedAt() const
ComputeNodeGroupSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue