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/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/Finspace_EXPORTS.h>
12#include <aws/finspace/model/AutoScalingConfiguration.h>
13#include <aws/finspace/model/CapacityConfiguration.h>
14#include <aws/finspace/model/CodeConfiguration.h>
15#include <aws/finspace/model/KxAzMode.h>
16#include <aws/finspace/model/KxCacheStorageConfiguration.h>
17#include <aws/finspace/model/KxClusterStatus.h>
18#include <aws/finspace/model/KxClusterType.h>
19#include <aws/finspace/model/KxCommandLineArgument.h>
20#include <aws/finspace/model/KxDatabaseConfiguration.h>
21#include <aws/finspace/model/KxSavedownStorageConfiguration.h>
22#include <aws/finspace/model/KxScalingGroupConfiguration.h>
23#include <aws/finspace/model/TickerplantLogConfiguration.h>
24#include <aws/finspace/model/Volume.h>
25#include <aws/finspace/model/VpcConfiguration.h>
30template <
typename RESULT_TYPE>
31class AmazonWebServiceResult;
59 m_statusHasBeenSet =
true;
73 template <
typename StatusReasonT = Aws::String>
75 m_statusReasonHasBeenSet =
true;
76 m_statusReason = std::forward<StatusReasonT>(value);
78 template <
typename StatusReasonT = Aws::String>
90 template <
typename ClusterNameT = Aws::String>
92 m_clusterNameHasBeenSet =
true;
93 m_clusterName = std::forward<ClusterNameT>(value);
95 template <
typename ClusterNameT = Aws::String>
130 m_clusterTypeHasBeenSet =
true;
131 m_clusterType = value;
142 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
144 m_tickerplantLogConfigurationHasBeenSet =
true;
145 m_tickerplantLogConfiguration = std::forward<TickerplantLogConfigurationT>(value);
147 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
159 template <
typename VolumesT = Aws::Vector<Volume>>
161 m_volumesHasBeenSet =
true;
162 m_volumes = std::forward<VolumesT>(value);
164 template <
typename VolumesT = Aws::Vector<Volume>>
169 template <
typename VolumesT = Volume>
171 m_volumesHasBeenSet =
true;
172 m_volumes.emplace_back(std::forward<VolumesT>(value));
182 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
184 m_databasesHasBeenSet =
true;
185 m_databases = std::forward<DatabasesT>(value);
187 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
192 template <
typename DatabasesT = KxDatabaseConfiguration>
194 m_databasesHasBeenSet =
true;
195 m_databases.emplace_back(std::forward<DatabasesT>(value));
206 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
208 m_cacheStorageConfigurationsHasBeenSet =
true;
209 m_cacheStorageConfigurations = std::forward<CacheStorageConfigurationsT>(value);
211 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
216 template <
typename CacheStorageConfigurationsT = KxCacheStorageConfiguration>
218 m_cacheStorageConfigurationsHasBeenSet =
true;
219 m_cacheStorageConfigurations.emplace_back(std::forward<CacheStorageConfigurationsT>(value));
230 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
232 m_autoScalingConfigurationHasBeenSet =
true;
233 m_autoScalingConfiguration = std::forward<AutoScalingConfigurationT>(value);
235 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
247 template <
typename ClusterDescriptionT = Aws::String>
249 m_clusterDescriptionHasBeenSet =
true;
250 m_clusterDescription = std::forward<ClusterDescriptionT>(value);
252 template <
typename ClusterDescriptionT = Aws::String>
265 template <
typename CapacityConfigurationT = CapacityConfiguration>
267 m_capacityConfigurationHasBeenSet =
true;
268 m_capacityConfiguration = std::forward<CapacityConfigurationT>(value);
270 template <
typename CapacityConfigurationT = CapacityConfiguration>
282 template <
typename ReleaseLabelT = Aws::String>
284 m_releaseLabelHasBeenSet =
true;
285 m_releaseLabel = std::forward<ReleaseLabelT>(value);
287 template <
typename ReleaseLabelT = Aws::String>
300 template <
typename VpcConfigurationT = VpcConfiguration>
302 m_vpcConfigurationHasBeenSet =
true;
303 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
305 template <
typename VpcConfigurationT = VpcConfiguration>
320 template <
typename InitializationScriptT = Aws::String>
322 m_initializationScriptHasBeenSet =
true;
323 m_initializationScript = std::forward<InitializationScriptT>(value);
325 template <
typename InitializationScriptT = Aws::String>
337 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
339 m_commandLineArgumentsHasBeenSet =
true;
340 m_commandLineArguments = std::forward<CommandLineArgumentsT>(value);
342 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
347 template <
typename CommandLineArgumentsT = KxCommandLineArgument>
349 m_commandLineArgumentsHasBeenSet =
true;
350 m_commandLineArguments.emplace_back(std::forward<CommandLineArgumentsT>(value));
363 template <
typename CodeT = CodeConfiguration>
365 m_codeHasBeenSet =
true;
366 m_code = std::forward<CodeT>(value);
368 template <
typename CodeT = CodeConfiguration>
370 SetCode(std::forward<CodeT>(value));
382 template <
typename ExecutionRoleT = Aws::String>
384 m_executionRoleHasBeenSet =
true;
385 m_executionRole = std::forward<ExecutionRoleT>(value);
387 template <
typename ExecutionRoleT = Aws::String>
401 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
403 m_lastModifiedTimestampHasBeenSet =
true;
404 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
406 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
421 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
423 m_savedownStorageConfigurationHasBeenSet =
true;
424 m_savedownStorageConfiguration = std::forward<SavedownStorageConfigurationT>(value);
426 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
442 m_azModeHasBeenSet =
true;
456 template <
typename AvailabilityZoneIdT = Aws::String>
458 m_availabilityZoneIdHasBeenSet =
true;
459 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
461 template <
typename AvailabilityZoneIdT = Aws::String>
475 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
477 m_createdTimestampHasBeenSet =
true;
478 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
480 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
490 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
492 m_scalingGroupConfigurationHasBeenSet =
true;
493 m_scalingGroupConfiguration = std::forward<ScalingGroupConfigurationT>(value);
495 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
505 template <
typename RequestIdT = Aws::String>
507 m_requestIdHasBeenSet =
true;
508 m_requestId = std::forward<RequestIdT>(value);
510 template <
typename RequestIdT = Aws::String>
527 TickerplantLogConfiguration m_tickerplantLogConfiguration;
535 AutoScalingConfiguration m_autoScalingConfiguration;
539 CapacityConfiguration m_capacityConfiguration;
543 VpcConfiguration m_vpcConfiguration;
549 CodeConfiguration m_code;
555 KxSavedownStorageConfiguration m_savedownStorageConfiguration;
563 KxScalingGroupConfiguration m_scalingGroupConfiguration;
567 bool m_statusHasBeenSet =
false;
568 bool m_statusReasonHasBeenSet =
false;
569 bool m_clusterNameHasBeenSet =
false;
570 bool m_clusterTypeHasBeenSet =
false;
571 bool m_tickerplantLogConfigurationHasBeenSet =
false;
572 bool m_volumesHasBeenSet =
false;
573 bool m_databasesHasBeenSet =
false;
574 bool m_cacheStorageConfigurationsHasBeenSet =
false;
575 bool m_autoScalingConfigurationHasBeenSet =
false;
576 bool m_clusterDescriptionHasBeenSet =
false;
577 bool m_capacityConfigurationHasBeenSet =
false;
578 bool m_releaseLabelHasBeenSet =
false;
579 bool m_vpcConfigurationHasBeenSet =
false;
580 bool m_initializationScriptHasBeenSet =
false;
581 bool m_commandLineArgumentsHasBeenSet =
false;
582 bool m_codeHasBeenSet =
false;
583 bool m_executionRoleHasBeenSet =
false;
584 bool m_lastModifiedTimestampHasBeenSet =
false;
585 bool m_savedownStorageConfigurationHasBeenSet =
false;
586 bool m_azModeHasBeenSet =
false;
587 bool m_availabilityZoneIdHasBeenSet =
false;
588 bool m_createdTimestampHasBeenSet =
false;
589 bool m_scalingGroupConfigurationHasBeenSet =
false;
590 bool m_requestIdHasBeenSet =
false;
const VpcConfiguration & GetVpcConfiguration() const
void SetVpcConfiguration(VpcConfigurationT &&value)
GetKxClusterResult & WithStatus(KxClusterStatus value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
AWS_FINSPACE_API GetKxClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
KxClusterStatus GetStatus() const
GetKxClusterResult & WithStatusReason(StatusReasonT &&value)
void SetClusterType(KxClusterType value)
AWS_FINSPACE_API GetKxClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
void SetVolumes(VolumesT &&value)
GetKxClusterResult & AddCacheStorageConfigurations(CacheStorageConfigurationsT &&value)
const CodeConfiguration & GetCode() const
void SetStatusReason(StatusReasonT &&value)
const Aws::String & GetClusterName() const
GetKxClusterResult & WithCommandLineArguments(CommandLineArgumentsT &&value)
void SetExecutionRole(ExecutionRoleT &&value)
void SetClusterName(ClusterNameT &&value)
GetKxClusterResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< KxCommandLineArgument > & GetCommandLineArguments() const
const KxSavedownStorageConfiguration & GetSavedownStorageConfiguration() const
const Aws::String & GetStatusReason() const
void SetAzMode(KxAzMode value)
GetKxClusterResult & WithCode(CodeT &&value)
void SetScalingGroupConfiguration(ScalingGroupConfigurationT &&value)
GetKxClusterResult & WithTickerplantLogConfiguration(TickerplantLogConfigurationT &&value)
void SetCapacityConfiguration(CapacityConfigurationT &&value)
const Aws::Vector< Volume > & GetVolumes() const
KxClusterType GetClusterType() const
GetKxClusterResult & WithDatabases(DatabasesT &&value)
void SetReleaseLabel(ReleaseLabelT &&value)
const Aws::String & GetReleaseLabel() const
void SetInitializationScript(InitializationScriptT &&value)
GetKxClusterResult & WithClusterDescription(ClusterDescriptionT &&value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
GetKxClusterResult & WithAutoScalingConfiguration(AutoScalingConfigurationT &&value)
GetKxClusterResult & AddCommandLineArguments(CommandLineArgumentsT &&value)
const Aws::String & GetInitializationScript() const
GetKxClusterResult & WithSavedownStorageConfiguration(SavedownStorageConfigurationT &&value)
const TickerplantLogConfiguration & GetTickerplantLogConfiguration() const
void SetClusterDescription(ClusterDescriptionT &&value)
const Aws::Vector< KxCacheStorageConfiguration > & GetCacheStorageConfigurations() const
const CapacityConfiguration & GetCapacityConfiguration() const
void SetCommandLineArguments(CommandLineArgumentsT &&value)
const AutoScalingConfiguration & GetAutoScalingConfiguration() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetExecutionRole() const
AWS_FINSPACE_API GetKxClusterResult()=default
void SetDatabases(DatabasesT &&value)
GetKxClusterResult & WithClusterType(KxClusterType value)
GetKxClusterResult & WithCreatedTimestamp(CreatedTimestampT &&value)
void SetSavedownStorageConfiguration(SavedownStorageConfigurationT &&value)
GetKxClusterResult & AddDatabases(DatabasesT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
KxAzMode GetAzMode() const
GetKxClusterResult & WithReleaseLabel(ReleaseLabelT &&value)
const Aws::Vector< KxDatabaseConfiguration > & GetDatabases() const
GetKxClusterResult & WithVpcConfiguration(VpcConfigurationT &&value)
void SetCacheStorageConfigurations(CacheStorageConfigurationsT &&value)
GetKxClusterResult & WithInitializationScript(InitializationScriptT &&value)
void SetAutoScalingConfiguration(AutoScalingConfigurationT &&value)
GetKxClusterResult & WithVolumes(VolumesT &&value)
void SetTickerplantLogConfiguration(TickerplantLogConfigurationT &&value)
void SetCode(CodeT &&value)
void SetRequestId(RequestIdT &&value)
GetKxClusterResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
void SetStatus(KxClusterStatus value)
GetKxClusterResult & WithCapacityConfiguration(CapacityConfigurationT &&value)
GetKxClusterResult & WithExecutionRole(ExecutionRoleT &&value)
GetKxClusterResult & WithAzMode(KxAzMode value)
const Aws::String & GetAvailabilityZoneId() const
GetKxClusterResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
GetKxClusterResult & WithScalingGroupConfiguration(ScalingGroupConfigurationT &&value)
const KxScalingGroupConfiguration & GetScalingGroupConfiguration() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
const Aws::String & GetClusterDescription() const
GetKxClusterResult & WithClusterName(ClusterNameT &&value)
GetKxClusterResult & AddVolumes(VolumesT &&value)
GetKxClusterResult & WithCacheStorageConfigurations(CacheStorageConfigurationsT &&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