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;
58 m_statusHasBeenSet =
true;
72 template <
typename StatusReasonT = Aws::String>
74 m_statusReasonHasBeenSet =
true;
75 m_statusReason = std::forward<StatusReasonT>(value);
77 template <
typename StatusReasonT = Aws::String>
89 template <
typename ClusterNameT = Aws::String>
91 m_clusterNameHasBeenSet =
true;
92 m_clusterName = std::forward<ClusterNameT>(value);
94 template <
typename ClusterNameT = Aws::String>
129 m_clusterTypeHasBeenSet =
true;
130 m_clusterType = value;
141 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
143 m_tickerplantLogConfigurationHasBeenSet =
true;
144 m_tickerplantLogConfiguration = std::forward<TickerplantLogConfigurationT>(value);
146 template <
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
158 template <
typename VolumesT = Aws::Vector<Volume>>
160 m_volumesHasBeenSet =
true;
161 m_volumes = std::forward<VolumesT>(value);
163 template <
typename VolumesT = Aws::Vector<Volume>>
168 template <
typename VolumesT = Volume>
170 m_volumesHasBeenSet =
true;
171 m_volumes.emplace_back(std::forward<VolumesT>(value));
181 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
183 m_databasesHasBeenSet =
true;
184 m_databases = std::forward<DatabasesT>(value);
186 template <
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
191 template <
typename DatabasesT = KxDatabaseConfiguration>
193 m_databasesHasBeenSet =
true;
194 m_databases.emplace_back(std::forward<DatabasesT>(value));
205 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
207 m_cacheStorageConfigurationsHasBeenSet =
true;
208 m_cacheStorageConfigurations = std::forward<CacheStorageConfigurationsT>(value);
210 template <
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
215 template <
typename CacheStorageConfigurationsT = KxCacheStorageConfiguration>
217 m_cacheStorageConfigurationsHasBeenSet =
true;
218 m_cacheStorageConfigurations.emplace_back(std::forward<CacheStorageConfigurationsT>(value));
229 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
231 m_autoScalingConfigurationHasBeenSet =
true;
232 m_autoScalingConfiguration = std::forward<AutoScalingConfigurationT>(value);
234 template <
typename AutoScalingConfigurationT = AutoScalingConfiguration>
246 template <
typename ClusterDescriptionT = Aws::String>
248 m_clusterDescriptionHasBeenSet =
true;
249 m_clusterDescription = std::forward<ClusterDescriptionT>(value);
251 template <
typename ClusterDescriptionT = Aws::String>
264 template <
typename CapacityConfigurationT = CapacityConfiguration>
266 m_capacityConfigurationHasBeenSet =
true;
267 m_capacityConfiguration = std::forward<CapacityConfigurationT>(value);
269 template <
typename CapacityConfigurationT = CapacityConfiguration>
281 template <
typename ReleaseLabelT = Aws::String>
283 m_releaseLabelHasBeenSet =
true;
284 m_releaseLabel = std::forward<ReleaseLabelT>(value);
286 template <
typename ReleaseLabelT = Aws::String>
299 template <
typename VpcConfigurationT = VpcConfiguration>
301 m_vpcConfigurationHasBeenSet =
true;
302 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
304 template <
typename VpcConfigurationT = VpcConfiguration>
319 template <
typename InitializationScriptT = Aws::String>
321 m_initializationScriptHasBeenSet =
true;
322 m_initializationScript = std::forward<InitializationScriptT>(value);
324 template <
typename InitializationScriptT = Aws::String>
336 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
338 m_commandLineArgumentsHasBeenSet =
true;
339 m_commandLineArguments = std::forward<CommandLineArgumentsT>(value);
341 template <
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
346 template <
typename CommandLineArgumentsT = KxCommandLineArgument>
348 m_commandLineArgumentsHasBeenSet =
true;
349 m_commandLineArguments.emplace_back(std::forward<CommandLineArgumentsT>(value));
362 template <
typename CodeT = CodeConfiguration>
364 m_codeHasBeenSet =
true;
365 m_code = std::forward<CodeT>(value);
367 template <
typename CodeT = CodeConfiguration>
369 SetCode(std::forward<CodeT>(value));
381 template <
typename ExecutionRoleT = Aws::String>
383 m_executionRoleHasBeenSet =
true;
384 m_executionRole = std::forward<ExecutionRoleT>(value);
386 template <
typename ExecutionRoleT = Aws::String>
400 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
402 m_lastModifiedTimestampHasBeenSet =
true;
403 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
405 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
420 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
422 m_savedownStorageConfigurationHasBeenSet =
true;
423 m_savedownStorageConfiguration = std::forward<SavedownStorageConfigurationT>(value);
425 template <
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
441 m_azModeHasBeenSet =
true;
455 template <
typename AvailabilityZoneIdT = Aws::String>
457 m_availabilityZoneIdHasBeenSet =
true;
458 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
460 template <
typename AvailabilityZoneIdT = Aws::String>
474 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
476 m_createdTimestampHasBeenSet =
true;
477 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
479 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
489 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
491 m_scalingGroupConfigurationHasBeenSet =
true;
492 m_scalingGroupConfiguration = std::forward<ScalingGroupConfigurationT>(value);
494 template <
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
504 template <
typename RequestIdT = Aws::String>
506 m_requestIdHasBeenSet =
true;
507 m_requestId = std::forward<RequestIdT>(value);
509 template <
typename RequestIdT = Aws::String>
524 TickerplantLogConfiguration m_tickerplantLogConfiguration;
532 AutoScalingConfiguration m_autoScalingConfiguration;
536 CapacityConfiguration m_capacityConfiguration;
540 VpcConfiguration m_vpcConfiguration;
546 CodeConfiguration m_code;
552 KxSavedownStorageConfiguration m_savedownStorageConfiguration;
560 KxScalingGroupConfiguration m_scalingGroupConfiguration;
563 bool m_statusHasBeenSet =
false;
564 bool m_statusReasonHasBeenSet =
false;
565 bool m_clusterNameHasBeenSet =
false;
566 bool m_clusterTypeHasBeenSet =
false;
567 bool m_tickerplantLogConfigurationHasBeenSet =
false;
568 bool m_volumesHasBeenSet =
false;
569 bool m_databasesHasBeenSet =
false;
570 bool m_cacheStorageConfigurationsHasBeenSet =
false;
571 bool m_autoScalingConfigurationHasBeenSet =
false;
572 bool m_clusterDescriptionHasBeenSet =
false;
573 bool m_capacityConfigurationHasBeenSet =
false;
574 bool m_releaseLabelHasBeenSet =
false;
575 bool m_vpcConfigurationHasBeenSet =
false;
576 bool m_initializationScriptHasBeenSet =
false;
577 bool m_commandLineArgumentsHasBeenSet =
false;
578 bool m_codeHasBeenSet =
false;
579 bool m_executionRoleHasBeenSet =
false;
580 bool m_lastModifiedTimestampHasBeenSet =
false;
581 bool m_savedownStorageConfigurationHasBeenSet =
false;
582 bool m_azModeHasBeenSet =
false;
583 bool m_availabilityZoneIdHasBeenSet =
false;
584 bool m_createdTimestampHasBeenSet =
false;
585 bool m_scalingGroupConfigurationHasBeenSet =
false;
586 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
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