7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/KxScalingGroupStatus.h>
44 template <
typename ScalingGroupNameT = Aws::String>
46 m_scalingGroupNameHasBeenSet =
true;
47 m_scalingGroupName = std::forward<ScalingGroupNameT>(value);
49 template <
typename ScalingGroupNameT = Aws::String>
77 template <
typename HostTypeT = Aws::String>
79 m_hostTypeHasBeenSet =
true;
80 m_hostType = std::forward<HostTypeT>(value);
82 template <
typename HostTypeT = Aws::String>
95 template <
typename ClustersT = Aws::Vector<Aws::String>>
97 m_clustersHasBeenSet =
true;
98 m_clusters = std::forward<ClustersT>(value);
100 template <
typename ClustersT = Aws::Vector<Aws::String>>
105 template <
typename ClustersT = Aws::String>
107 m_clustersHasBeenSet =
true;
108 m_clusters.emplace_back(std::forward<ClustersT>(value));
119 template <
typename AvailabilityZoneIdT = Aws::String>
121 m_availabilityZoneIdHasBeenSet =
true;
122 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
124 template <
typename AvailabilityZoneIdT = Aws::String>
138 m_statusHasBeenSet =
true;
153 template <
typename StatusReasonT = Aws::String>
155 m_statusReasonHasBeenSet =
true;
156 m_statusReason = std::forward<StatusReasonT>(value);
158 template <
typename StatusReasonT = Aws::String>
173 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
175 m_lastModifiedTimestampHasBeenSet =
true;
176 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
178 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
193 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
195 m_createdTimestampHasBeenSet =
true;
196 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
198 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
220 bool m_scalingGroupNameHasBeenSet =
false;
221 bool m_hostTypeHasBeenSet =
false;
222 bool m_clustersHasBeenSet =
false;
223 bool m_availabilityZoneIdHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 bool m_statusReasonHasBeenSet =
false;
226 bool m_lastModifiedTimestampHasBeenSet =
false;
227 bool m_createdTimestampHasBeenSet =
false;
const Aws::String & GetScalingGroupName() const
AWS_FINSPACE_API KxScalingGroup(Aws::Utils::Json::JsonView jsonValue)
bool ClustersHasBeenSet() const
KxScalingGroup & WithScalingGroupName(ScalingGroupNameT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
void SetHostType(HostTypeT &&value)
bool StatusReasonHasBeenSet() const
bool ScalingGroupNameHasBeenSet() const
KxScalingGroup & AddClusters(ClustersT &&value)
bool LastModifiedTimestampHasBeenSet() const
KxScalingGroupStatus GetStatus() const
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
KxScalingGroup & WithHostType(HostTypeT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
KxScalingGroup & WithStatus(KxScalingGroupStatus value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
bool StatusHasBeenSet() const
KxScalingGroup & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
bool CreatedTimestampHasBeenSet() const
bool HostTypeHasBeenSet() const
void SetStatusReason(StatusReasonT &&value)
AWS_FINSPACE_API KxScalingGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClusters(ClustersT &&value)
const Aws::String & GetStatusReason() const
KxScalingGroup & WithCreatedTimestamp(CreatedTimestampT &&value)
AWS_FINSPACE_API KxScalingGroup()=default
const Aws::Vector< Aws::String > & GetClusters() const
void SetStatus(KxScalingGroupStatus value)
const Aws::String & GetHostType() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
bool AvailabilityZoneIdHasBeenSet() const
const Aws::String & GetAvailabilityZoneId() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
KxScalingGroup & WithStatusReason(StatusReasonT &&value)
KxScalingGroup & WithClusters(ClustersT &&value)
void SetScalingGroupName(ScalingGroupNameT &&value)
KxScalingGroup & WithAvailabilityZoneId(AvailabilityZoneIdT &&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