7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/pcs/model/ComputeNodeGroupStatus.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
73 template<
typename ArnT = Aws::String>
74 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
75 template<
typename ArnT = Aws::String>
85 template<
typename ClusterIdT = Aws::String>
86 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
87 template<
typename ClusterIdT = Aws::String>
97 template<
typename CreatedAtT = Aws::Utils::DateTime>
98 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
99 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 template<
typename ModifiedAtT = Aws::Utils::DateTime>
110 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
111 template<
typename ModifiedAtT = Aws::Utils::DateTime>
138 bool m_nameHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
144 bool m_arnHasBeenSet =
false;
147 bool m_clusterIdHasBeenSet =
false;
150 bool m_createdAtHasBeenSet =
false;
153 bool m_modifiedAtHasBeenSet =
false;
156 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