7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/KxScalingGroupStatus.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename EnvironmentIdT = Aws::String>
44 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
45 template<
typename EnvironmentIdT = Aws::String>
54 template<
typename ScalingGroupNameT = Aws::String>
55 void SetScalingGroupName(ScalingGroupNameT&& value) { m_scalingGroupNameHasBeenSet =
true; m_scalingGroupName = std::forward<ScalingGroupNameT>(value); }
56 template<
typename ScalingGroupNameT = Aws::String>
66 template<
typename HostTypeT = Aws::String>
67 void SetHostType(HostTypeT&& value) { m_hostTypeHasBeenSet =
true; m_hostType = std::forward<HostTypeT>(value); }
68 template<
typename HostTypeT = Aws::String>
77 template<
typename AvailabilityZoneIdT = Aws::String>
78 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
79 template<
typename AvailabilityZoneIdT = Aws::String>
107 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
108 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
109 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
120 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
121 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
122 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
129 template<
typename RequestIdT = Aws::String>
130 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
131 template<
typename RequestIdT = Aws::String>
137 bool m_environmentIdHasBeenSet =
false;
140 bool m_scalingGroupNameHasBeenSet =
false;
143 bool m_hostTypeHasBeenSet =
false;
146 bool m_availabilityZoneIdHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
152 bool m_lastModifiedTimestampHasBeenSet =
false;
155 bool m_createdTimestampHasBeenSet =
false;
158 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