7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/Finspace_EXPORTS.h>
12#include <aws/finspace/model/KxScalingGroupStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ScalingGroupNameT = Aws::String>
40 m_scalingGroupNameHasBeenSet =
true;
41 m_scalingGroupName = std::forward<ScalingGroupNameT>(value);
43 template <
typename ScalingGroupNameT = Aws::String>
55 template <
typename ScalingGroupArnT = Aws::String>
57 m_scalingGroupArnHasBeenSet =
true;
58 m_scalingGroupArn = std::forward<ScalingGroupArnT>(value);
60 template <
typename ScalingGroupArnT = Aws::String>
87 template <
typename HostTypeT = Aws::String>
89 m_hostTypeHasBeenSet =
true;
90 m_hostType = std::forward<HostTypeT>(value);
92 template <
typename HostTypeT = Aws::String>
105 template <
typename ClustersT = Aws::Vector<Aws::String>>
107 m_clustersHasBeenSet =
true;
108 m_clusters = std::forward<ClustersT>(value);
110 template <
typename ClustersT = Aws::Vector<Aws::String>>
115 template <
typename ClustersT = Aws::String>
117 m_clustersHasBeenSet =
true;
118 m_clusters.emplace_back(std::forward<ClustersT>(value));
128 template <
typename AvailabilityZoneIdT = Aws::String>
130 m_availabilityZoneIdHasBeenSet =
true;
131 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
133 template <
typename AvailabilityZoneIdT = Aws::String>
154 m_statusHasBeenSet =
true;
168 template <
typename StatusReasonT = Aws::String>
170 m_statusReasonHasBeenSet =
true;
171 m_statusReason = std::forward<StatusReasonT>(value);
173 template <
typename StatusReasonT = Aws::String>
187 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
189 m_lastModifiedTimestampHasBeenSet =
true;
190 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
192 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
206 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
208 m_createdTimestampHasBeenSet =
true;
209 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
211 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
221 template <
typename RequestIdT = Aws::String>
223 m_requestIdHasBeenSet =
true;
224 m_requestId = std::forward<RequestIdT>(value);
226 template <
typename RequestIdT = Aws::String>
255 bool m_scalingGroupNameHasBeenSet =
false;
256 bool m_scalingGroupArnHasBeenSet =
false;
257 bool m_hostTypeHasBeenSet =
false;
258 bool m_clustersHasBeenSet =
false;
259 bool m_availabilityZoneIdHasBeenSet =
false;
260 bool m_statusHasBeenSet =
false;
261 bool m_statusReasonHasBeenSet =
false;
262 bool m_lastModifiedTimestampHasBeenSet =
false;
263 bool m_createdTimestampHasBeenSet =
false;
264 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetStatusReason() const
void SetStatusReason(StatusReasonT &&value)
const Aws::String & GetHostType() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
GetKxScalingGroupResult & WithClusters(ClustersT &&value)
GetKxScalingGroupResult & WithCreatedTimestamp(CreatedTimestampT &&value)
void SetStatus(KxScalingGroupStatus value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
const Aws::Vector< Aws::String > & GetClusters() const
const Aws::String & GetScalingGroupName() const
GetKxScalingGroupResult & WithStatusReason(StatusReasonT &&value)
void SetScalingGroupArn(ScalingGroupArnT &&value)
AWS_FINSPACE_API GetKxScalingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
GetKxScalingGroupResult & WithStatus(KxScalingGroupStatus value)
AWS_FINSPACE_API GetKxScalingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
KxScalingGroupStatus GetStatus() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetKxScalingGroupResult & AddClusters(ClustersT &&value)
void SetRequestId(RequestIdT &&value)
GetKxScalingGroupResult & WithScalingGroupArn(ScalingGroupArnT &&value)
GetKxScalingGroupResult & WithHostType(HostTypeT &&value)
const Aws::String & GetScalingGroupArn() const
void SetClusters(ClustersT &&value)
const Aws::String & GetAvailabilityZoneId() const
void SetScalingGroupName(ScalingGroupNameT &&value)
GetKxScalingGroupResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
void SetHostType(HostTypeT &&value)
GetKxScalingGroupResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
AWS_FINSPACE_API GetKxScalingGroupResult()=default
GetKxScalingGroupResult & WithScalingGroupName(ScalingGroupNameT &&value)
const Aws::String & GetRequestId() const
GetKxScalingGroupResult & WithRequestId(RequestIdT &&value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&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