7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/AutoScalingConfiguration.h>
12#include <aws/finspace/model/CapacityConfiguration.h>
13#include <aws/finspace/model/CodeConfiguration.h>
14#include <aws/finspace/model/KxAzMode.h>
15#include <aws/finspace/model/KxCacheStorageConfiguration.h>
16#include <aws/finspace/model/KxClusterStatus.h>
17#include <aws/finspace/model/KxClusterType.h>
18#include <aws/finspace/model/KxCommandLineArgument.h>
19#include <aws/finspace/model/KxDatabaseConfiguration.h>
20#include <aws/finspace/model/KxSavedownStorageConfiguration.h>
21#include <aws/finspace/model/KxScalingGroupConfiguration.h>
22#include <aws/finspace/model/TickerplantLogConfiguration.h>
23#include <aws/finspace/model/Volume.h>
24#include <aws/finspace/model/VpcConfiguration.h>
29template <
typename RESULT_TYPE>
30class AmazonWebServiceResult;
50 template <
typename EnvironmentIdT = Aws::String>
52 m_environmentIdHasBeenSet =
true;
53 m_environmentId = std::forward<EnvironmentIdT>(value);
55 template <
typename EnvironmentIdT = Aws::String>
75 m_statusHasBeenSet =
true;
89 template <
typename StatusReasonT = Aws::String>
91 m_statusReasonHasBeenSet =
true;
92 m_statusReason = std::forward<StatusReasonT>(value);
94 template <
typename StatusReasonT = Aws::String>
106 template <
typename ClusterNameT = Aws::String>
108 m_clusterNameHasBeenSet =
true;
109 m_clusterName = std::forward<ClusterNameT>(value);
111 template <
typename ClusterNameT = Aws::String>
146 m_clusterTypeHasBeenSet =
true;
147 m_clusterType = value;
158 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
160 m_tickerplantLogConfigurationHasBeenSet =
true;
161 m_tickerplantLogConfiguration = std::forward<TickerplantLogConfigurationT>(value);
163 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
175 template <
typename VolumesT = Aws::Vector<Volume>>
177 m_volumesHasBeenSet =
true;
178 m_volumes = std::forward<VolumesT>(value);
180 template <
typename VolumesT = Aws::Vector<Volume>>
185 template <
typename VolumesT = Volume>
187 m_volumesHasBeenSet =
true;
188 m_volumes.emplace_back(std::forward<VolumesT>(value));
198 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
200 m_databasesHasBeenSet =
true;
201 m_databases = std::forward<DatabasesT>(value);
203 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
208 template <
typename DatabasesT = KxDatabaseConfiguration>
210 m_databasesHasBeenSet =
true;
211 m_databases.emplace_back(std::forward<DatabasesT>(value));
222 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
224 m_cacheStorageConfigurationsHasBeenSet =
true;
225 m_cacheStorageConfigurations = std::forward<CacheStorageConfigurationsT>(value);
227 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
232 template <
typename CacheStorageConfigurationsT = KxCacheStorageConfiguration>
234 m_cacheStorageConfigurationsHasBeenSet =
true;
235 m_cacheStorageConfigurations.emplace_back(std::forward<CacheStorageConfigurationsT>(value));
246 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
248 m_autoScalingConfigurationHasBeenSet =
true;
249 m_autoScalingConfiguration = std::forward<AutoScalingConfigurationT>(value);
251 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
263 template <
typename ClusterDescriptionT = Aws::String>
265 m_clusterDescriptionHasBeenSet =
true;
266 m_clusterDescription = std::forward<ClusterDescriptionT>(value);
268 template <
typename ClusterDescriptionT = Aws::String>
281 template <
typename CapacityConfigurationT = CapacityConfiguration>
283 m_capacityConfigurationHasBeenSet =
true;
284 m_capacityConfiguration = std::forward<CapacityConfigurationT>(value);
286 template <
typename CapacityConfigurationT = CapacityConfiguration>
298 template <
typename ReleaseLabelT = Aws::String>
300 m_releaseLabelHasBeenSet =
true;
301 m_releaseLabel = std::forward<ReleaseLabelT>(value);
303 template <
typename ReleaseLabelT = Aws::String>
316 template <
typename VpcConfigurationT = VpcConfiguration>
318 m_vpcConfigurationHasBeenSet =
true;
319 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
321 template <
typename VpcConfigurationT = VpcConfiguration>
336 template <
typename InitializationScriptT = Aws::String>
338 m_initializationScriptHasBeenSet =
true;
339 m_initializationScript = std::forward<InitializationScriptT>(value);
341 template <
typename InitializationScriptT = Aws::String>
353 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
355 m_commandLineArgumentsHasBeenSet =
true;
356 m_commandLineArguments = std::forward<CommandLineArgumentsT>(value);
358 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
363 template <
typename CommandLineArgumentsT = KxCommandLineArgument>
365 m_commandLineArgumentsHasBeenSet =
true;
366 m_commandLineArguments.emplace_back(std::forward<CommandLineArgumentsT>(value));
379 template <
typename CodeT = CodeConfiguration>
381 m_codeHasBeenSet =
true;
382 m_code = std::forward<CodeT>(value);
384 template <
typename CodeT = CodeConfiguration>
386 SetCode(std::forward<CodeT>(value));
398 template <
typename ExecutionRoleT = Aws::String>
400 m_executionRoleHasBeenSet =
true;
401 m_executionRole = std::forward<ExecutionRoleT>(value);
403 template <
typename ExecutionRoleT = Aws::String>
417 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
419 m_lastModifiedTimestampHasBeenSet =
true;
420 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
422 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
437 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
439 m_savedownStorageConfigurationHasBeenSet =
true;
440 m_savedownStorageConfiguration = std::forward<SavedownStorageConfigurationT>(value);
442 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
458 m_azModeHasBeenSet =
true;
472 template <
typename AvailabilityZoneIdT = Aws::String>
474 m_availabilityZoneIdHasBeenSet =
true;
475 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
477 template <
typename AvailabilityZoneIdT = Aws::String>
491 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
493 m_createdTimestampHasBeenSet =
true;
494 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
496 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
508 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
510 m_scalingGroupConfigurationHasBeenSet =
true;
511 m_scalingGroupConfiguration = std::forward<ScalingGroupConfigurationT>(value);
513 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
523 template <
typename RequestIdT = Aws::String>
525 m_requestIdHasBeenSet =
true;
526 m_requestId = std::forward<RequestIdT>(value);
528 template <
typename RequestIdT = Aws::String>
545 TickerplantLogConfiguration m_tickerplantLogConfiguration;
553 AutoScalingConfiguration m_autoScalingConfiguration;
557 CapacityConfiguration m_capacityConfiguration;
561 VpcConfiguration m_vpcConfiguration;
567 CodeConfiguration m_code;
573 KxSavedownStorageConfiguration m_savedownStorageConfiguration;
581 KxScalingGroupConfiguration m_scalingGroupConfiguration;
584 bool m_environmentIdHasBeenSet =
false;
585 bool m_statusHasBeenSet =
false;
586 bool m_statusReasonHasBeenSet =
false;
587 bool m_clusterNameHasBeenSet =
false;
588 bool m_clusterTypeHasBeenSet =
false;
589 bool m_tickerplantLogConfigurationHasBeenSet =
false;
590 bool m_volumesHasBeenSet =
false;
591 bool m_databasesHasBeenSet =
false;
592 bool m_cacheStorageConfigurationsHasBeenSet =
false;
593 bool m_autoScalingConfigurationHasBeenSet =
false;
594 bool m_clusterDescriptionHasBeenSet =
false;
595 bool m_capacityConfigurationHasBeenSet =
false;
596 bool m_releaseLabelHasBeenSet =
false;
597 bool m_vpcConfigurationHasBeenSet =
false;
598 bool m_initializationScriptHasBeenSet =
false;
599 bool m_commandLineArgumentsHasBeenSet =
false;
600 bool m_codeHasBeenSet =
false;
601 bool m_executionRoleHasBeenSet =
false;
602 bool m_lastModifiedTimestampHasBeenSet =
false;
603 bool m_savedownStorageConfigurationHasBeenSet =
false;
604 bool m_azModeHasBeenSet =
false;
605 bool m_availabilityZoneIdHasBeenSet =
false;
606 bool m_createdTimestampHasBeenSet =
false;
607 bool m_scalingGroupConfigurationHasBeenSet =
false;
608 bool m_requestIdHasBeenSet =
false;
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
CreateKxClusterResult & AddCacheStorageConfigurations(CacheStorageConfigurationsT &&value)
void SetAutoScalingConfiguration(AutoScalingConfigurationT &&value)
CreateKxClusterResult & AddDatabases(DatabasesT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
CreateKxClusterResult & WithAzMode(KxAzMode value)
void SetSavedownStorageConfiguration(SavedownStorageConfigurationT &&value)
KxClusterStatus GetStatus() const
const Aws::String & GetClusterDescription() const
CreateKxClusterResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
void SetRequestId(RequestIdT &&value)
const KxSavedownStorageConfiguration & GetSavedownStorageConfiguration() const
CreateKxClusterResult & WithInitializationScript(InitializationScriptT &&value)
const Aws::String & GetReleaseLabel() const
void SetClusterName(ClusterNameT &&value)
void SetScalingGroupConfiguration(ScalingGroupConfigurationT &&value)
void SetStatusReason(StatusReasonT &&value)
void SetDatabases(DatabasesT &&value)
void SetClusterDescription(ClusterDescriptionT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
const Aws::String & GetEnvironmentId() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
CreateKxClusterResult & WithStatus(KxClusterStatus value)
CreateKxClusterResult & WithDatabases(DatabasesT &&value)
CreateKxClusterResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
const Aws::Vector< KxCommandLineArgument > & GetCommandLineArguments() const
CreateKxClusterResult & WithClusterName(ClusterNameT &&value)
const TickerplantLogConfiguration & GetTickerplantLogConfiguration() const
CreateKxClusterResult & WithExecutionRole(ExecutionRoleT &&value)
void SetCommandLineArguments(CommandLineArgumentsT &&value)
void SetAzMode(KxAzMode value)
CreateKxClusterResult & WithSavedownStorageConfiguration(SavedownStorageConfigurationT &&value)
void SetExecutionRole(ExecutionRoleT &&value)
AWS_FINSPACE_API CreateKxClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKxClusterResult & AddVolumes(VolumesT &&value)
CreateKxClusterResult & WithRequestId(RequestIdT &&value)
void SetVolumes(VolumesT &&value)
CreateKxClusterResult & WithClusterType(KxClusterType value)
KxClusterType GetClusterType() const
AWS_FINSPACE_API CreateKxClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const VpcConfiguration & GetVpcConfiguration() const
CreateKxClusterResult & WithStatusReason(StatusReasonT &&value)
const CodeConfiguration & GetCode() const
const CapacityConfiguration & GetCapacityConfiguration() const
const Aws::String & GetInitializationScript() const
CreateKxClusterResult & WithCacheStorageConfigurations(CacheStorageConfigurationsT &&value)
void SetStatus(KxClusterStatus value)
void SetInitializationScript(InitializationScriptT &&value)
const Aws::Vector< Volume > & GetVolumes() const
const Aws::String & GetStatusReason() const
CreateKxClusterResult & WithTickerplantLogConfiguration(TickerplantLogConfigurationT &&value)
KxAzMode GetAzMode() const
AWS_FINSPACE_API CreateKxClusterResult()=default
const Aws::Vector< KxDatabaseConfiguration > & GetDatabases() const
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
const AutoScalingConfiguration & GetAutoScalingConfiguration() const
CreateKxClusterResult & WithClusterDescription(ClusterDescriptionT &&value)
CreateKxClusterResult & AddCommandLineArguments(CommandLineArgumentsT &&value)
CreateKxClusterResult & WithCommandLineArguments(CommandLineArgumentsT &&value)
const Aws::String & GetAvailabilityZoneId() const
const Aws::Vector< KxCacheStorageConfiguration > & GetCacheStorageConfigurations() const
CreateKxClusterResult & WithAutoScalingConfiguration(AutoScalingConfigurationT &&value)
const KxScalingGroupConfiguration & GetScalingGroupConfiguration() const
CreateKxClusterResult & WithVpcConfiguration(VpcConfigurationT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetClusterName() const
const Aws::String & GetExecutionRole() const
CreateKxClusterResult & WithCapacityConfiguration(CapacityConfigurationT &&value)
void SetTickerplantLogConfiguration(TickerplantLogConfigurationT &&value)
void SetCapacityConfiguration(CapacityConfigurationT &&value)
CreateKxClusterResult & WithScalingGroupConfiguration(ScalingGroupConfigurationT &&value)
void SetReleaseLabel(ReleaseLabelT &&value)
CreateKxClusterResult & WithReleaseLabel(ReleaseLabelT &&value)
CreateKxClusterResult & WithCode(CodeT &&value)
CreateKxClusterResult & WithVolumes(VolumesT &&value)
void SetCode(CodeT &&value)
void SetCacheStorageConfigurations(CacheStorageConfigurationsT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
CreateKxClusterResult & WithCreatedTimestamp(CreatedTimestampT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
CreateKxClusterResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetClusterType(KxClusterType 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