7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/model/KxScalingGroupStatus.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ScalingGroupNameT = Aws::String>
44 void SetScalingGroupName(ScalingGroupNameT&& value) { m_scalingGroupNameHasBeenSet =
true; m_scalingGroupName = std::forward<ScalingGroupNameT>(value); }
45 template<
typename ScalingGroupNameT = Aws::String>
54 template<
typename ScalingGroupArnT = Aws::String>
55 void SetScalingGroupArn(ScalingGroupArnT&& value) { m_scalingGroupArnHasBeenSet =
true; m_scalingGroupArn = std::forward<ScalingGroupArnT>(value); }
56 template<
typename ScalingGroupArnT = Aws::String>
80 template<
typename HostTypeT = Aws::String>
81 void SetHostType(HostTypeT&& value) { m_hostTypeHasBeenSet =
true; m_hostType = std::forward<HostTypeT>(value); }
82 template<
typename HostTypeT = Aws::String>
92 template<
typename ClustersT = Aws::Vector<Aws::String>>
93 void SetClusters(ClustersT&& value) { m_clustersHasBeenSet =
true; m_clusters = std::forward<ClustersT>(value); }
94 template<
typename ClustersT = Aws::Vector<Aws::String>>
96 template<
typename ClustersT = Aws::String>
105 template<
typename AvailabilityZoneIdT = Aws::String>
106 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
107 template<
typename AvailabilityZoneIdT = Aws::String>
133 template<
typename StatusReasonT = Aws::String>
134 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
135 template<
typename StatusReasonT = Aws::String>
146 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
147 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
148 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
159 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
160 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
161 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
168 template<
typename RequestIdT = Aws::String>
169 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
170 template<
typename RequestIdT = Aws::String>
176 bool m_scalingGroupNameHasBeenSet =
false;
179 bool m_scalingGroupArnHasBeenSet =
false;
182 bool m_hostTypeHasBeenSet =
false;
185 bool m_clustersHasBeenSet =
false;
188 bool m_availabilityZoneIdHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
194 bool m_statusReasonHasBeenSet =
false;
197 bool m_lastModifiedTimestampHasBeenSet =
false;
200 bool m_createdTimestampHasBeenSet =
false;
203 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
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