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/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/KxScalingGroupStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename EnvironmentIdT = Aws::String>
40 m_environmentIdHasBeenSet =
true;
41 m_environmentId = std::forward<EnvironmentIdT>(value);
43 template <
typename EnvironmentIdT = Aws::String>
55 template <
typename ScalingGroupNameT = Aws::String>
57 m_scalingGroupNameHasBeenSet =
true;
58 m_scalingGroupName = std::forward<ScalingGroupNameT>(value);
60 template <
typename ScalingGroupNameT = Aws::String>
73 template <
typename HostTypeT = Aws::String>
75 m_hostTypeHasBeenSet =
true;
76 m_hostType = std::forward<HostTypeT>(value);
78 template <
typename HostTypeT = Aws::String>
90 template <
typename AvailabilityZoneIdT = Aws::String>
92 m_availabilityZoneIdHasBeenSet =
true;
93 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
95 template <
typename AvailabilityZoneIdT = Aws::String>
116 m_statusHasBeenSet =
true;
132 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
134 m_lastModifiedTimestampHasBeenSet =
true;
135 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
137 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
151 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
153 m_createdTimestampHasBeenSet =
true;
154 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
156 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
166 template <
typename RequestIdT = Aws::String>
168 m_requestIdHasBeenSet =
true;
169 m_requestId = std::forward<RequestIdT>(value);
171 template <
typename RequestIdT = Aws::String>
196 bool m_environmentIdHasBeenSet =
false;
197 bool m_scalingGroupNameHasBeenSet =
false;
198 bool m_hostTypeHasBeenSet =
false;
199 bool m_availabilityZoneIdHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
201 bool m_lastModifiedTimestampHasBeenSet =
false;
202 bool m_createdTimestampHasBeenSet =
false;
203 bool m_requestIdHasBeenSet =
false;
void SetStatus(KxScalingGroupStatus value)
CreateKxScalingGroupResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
void SetHostType(HostTypeT &&value)
const Aws::String & GetScalingGroupName() const
AWS_FINSPACE_API CreateKxScalingGroupResult()=default
void SetCreatedTimestamp(CreatedTimestampT &&value)
CreateKxScalingGroupResult & WithScalingGroupName(ScalingGroupNameT &&value)
CreateKxScalingGroupResult & WithEnvironmentId(EnvironmentIdT &&value)
CreateKxScalingGroupResult & WithCreatedTimestamp(CreatedTimestampT &&value)
CreateKxScalingGroupResult & WithHostType(HostTypeT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreatedTimestamp() const
CreateKxScalingGroupResult & WithRequestId(RequestIdT &&value)
CreateKxScalingGroupResult & WithStatus(KxScalingGroupStatus value)
void SetScalingGroupName(ScalingGroupNameT &&value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
const Aws::String & GetEnvironmentId() const
KxScalingGroupStatus GetStatus() const
AWS_FINSPACE_API CreateKxScalingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
CreateKxScalingGroupResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
const Aws::String & GetAvailabilityZoneId() const
const Aws::String & GetHostType() const
AWS_FINSPACE_API CreateKxScalingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue