7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
10#include <aws/finspace/model/KxScalingGroupStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename EnvironmentIdT = Aws::String>
39 m_environmentIdHasBeenSet =
true;
40 m_environmentId = std::forward<EnvironmentIdT>(value);
42 template <
typename EnvironmentIdT = Aws::String>
54 template <
typename ScalingGroupNameT = Aws::String>
56 m_scalingGroupNameHasBeenSet =
true;
57 m_scalingGroupName = std::forward<ScalingGroupNameT>(value);
59 template <
typename ScalingGroupNameT = Aws::String>
72 template <
typename HostTypeT = Aws::String>
74 m_hostTypeHasBeenSet =
true;
75 m_hostType = std::forward<HostTypeT>(value);
77 template <
typename HostTypeT = Aws::String>
89 template <
typename AvailabilityZoneIdT = Aws::String>
91 m_availabilityZoneIdHasBeenSet =
true;
92 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
94 template <
typename AvailabilityZoneIdT = Aws::String>
115 m_statusHasBeenSet =
true;
131 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
133 m_lastModifiedTimestampHasBeenSet =
true;
134 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
136 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
150 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
152 m_createdTimestampHasBeenSet =
true;
153 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
155 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
165 template <
typename RequestIdT = Aws::String>
167 m_requestIdHasBeenSet =
true;
168 m_requestId = std::forward<RequestIdT>(value);
170 template <
typename RequestIdT = Aws::String>
178 bool m_environmentIdHasBeenSet =
false;
181 bool m_scalingGroupNameHasBeenSet =
false;
184 bool m_hostTypeHasBeenSet =
false;
187 bool m_availabilityZoneIdHasBeenSet =
false;
190 bool m_statusHasBeenSet =
false;
193 bool m_lastModifiedTimestampHasBeenSet =
false;
196 bool m_createdTimestampHasBeenSet =
false;
199 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)
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