7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxClusterStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/finspace/model/KxClusterType.h>
11#include <aws/finspace/model/TickerplantLogConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/finspace/model/AutoScalingConfiguration.h>
14#include <aws/finspace/model/CapacityConfiguration.h>
15#include <aws/finspace/model/VpcConfiguration.h>
16#include <aws/finspace/model/CodeConfiguration.h>
17#include <aws/core/utils/DateTime.h>
18#include <aws/finspace/model/KxSavedownStorageConfiguration.h>
19#include <aws/finspace/model/KxAzMode.h>
20#include <aws/finspace/model/KxScalingGroupConfiguration.h>
21#include <aws/finspace/model/Volume.h>
22#include <aws/finspace/model/KxDatabaseConfiguration.h>
23#include <aws/finspace/model/KxCacheStorageConfiguration.h>
24#include <aws/finspace/model/KxCommandLineArgument.h>
29template<
typename RESULT_TYPE>
30class AmazonWebServiceResult;
72 template<
typename StatusReasonT = Aws::String>
73 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
74 template<
typename StatusReasonT = Aws::String>
83 template<
typename ClusterNameT = Aws::String>
84 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
85 template<
typename ClusterNameT = Aws::String>
123 template<
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
124 void SetTickerplantLogConfiguration(TickerplantLogConfigurationT&& value) { m_tickerplantLogConfigurationHasBeenSet =
true; m_tickerplantLogConfiguration = std::forward<TickerplantLogConfigurationT>(value); }
125 template<
typename TickerplantLogConfigurationT = TickerplantLogConfiguration>
134 template<
typename VolumesT = Aws::Vector<Volume>>
135 void SetVolumes(VolumesT&& value) { m_volumesHasBeenSet =
true; m_volumes = std::forward<VolumesT>(value); }
136 template<
typename VolumesT = Aws::Vector<Volume>>
138 template<
typename VolumesT = Volume>
147 template<
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
148 void SetDatabases(DatabasesT&& value) { m_databasesHasBeenSet =
true; m_databases = std::forward<DatabasesT>(value); }
149 template<
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
151 template<
typename DatabasesT = KxDatabaseConfiguration>
161 template<
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
162 void SetCacheStorageConfigurations(CacheStorageConfigurationsT&& value) { m_cacheStorageConfigurationsHasBeenSet =
true; m_cacheStorageConfigurations = std::forward<CacheStorageConfigurationsT>(value); }
163 template<
typename CacheStorageConfigurationsT = Aws::Vector<KxCacheStorageConfiguration>>
165 template<
typename CacheStorageConfigurationsT = KxCacheStorageConfiguration>
175 template<
typename AutoScalingConfigurationT = AutoScalingConfiguration>
176 void SetAutoScalingConfiguration(AutoScalingConfigurationT&& value) { m_autoScalingConfigurationHasBeenSet =
true; m_autoScalingConfiguration = std::forward<AutoScalingConfigurationT>(value); }
177 template<
typename AutoScalingConfigurationT = AutoScalingConfiguration>
186 template<
typename ClusterDescriptionT = Aws::String>
187 void SetClusterDescription(ClusterDescriptionT&& value) { m_clusterDescriptionHasBeenSet =
true; m_clusterDescription = std::forward<ClusterDescriptionT>(value); }
188 template<
typename ClusterDescriptionT = Aws::String>
198 template<
typename CapacityConfigurationT = CapacityConfiguration>
199 void SetCapacityConfiguration(CapacityConfigurationT&& value) { m_capacityConfigurationHasBeenSet =
true; m_capacityConfiguration = std::forward<CapacityConfigurationT>(value); }
200 template<
typename CapacityConfigurationT = CapacityConfiguration>
209 template<
typename ReleaseLabelT = Aws::String>
210 void SetReleaseLabel(ReleaseLabelT&& value) { m_releaseLabelHasBeenSet =
true; m_releaseLabel = std::forward<ReleaseLabelT>(value); }
211 template<
typename ReleaseLabelT = Aws::String>
221 template<
typename VpcConfigurationT = VpcConfiguration>
222 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
223 template<
typename VpcConfigurationT = VpcConfiguration>
235 template<
typename InitializationScriptT = Aws::String>
236 void SetInitializationScript(InitializationScriptT&& value) { m_initializationScriptHasBeenSet =
true; m_initializationScript = std::forward<InitializationScriptT>(value); }
237 template<
typename InitializationScriptT = Aws::String>
246 template<
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
247 void SetCommandLineArguments(CommandLineArgumentsT&& value) { m_commandLineArgumentsHasBeenSet =
true; m_commandLineArguments = std::forward<CommandLineArgumentsT>(value); }
248 template<
typename CommandLineArgumentsT = Aws::Vector<KxCommandLineArgument>>
250 template<
typename CommandLineArgumentsT = KxCommandLineArgument>
262 template<
typename CodeT = CodeConfiguration>
263 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
264 template<
typename CodeT = CodeConfiguration>
275 template<
typename ExecutionRoleT = Aws::String>
276 void SetExecutionRole(ExecutionRoleT&& value) { m_executionRoleHasBeenSet =
true; m_executionRole = std::forward<ExecutionRoleT>(value); }
277 template<
typename ExecutionRoleT = Aws::String>
288 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
289 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
290 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
302 template<
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
303 void SetSavedownStorageConfiguration(SavedownStorageConfigurationT&& value) { m_savedownStorageConfigurationHasBeenSet =
true; m_savedownStorageConfiguration = std::forward<SavedownStorageConfigurationT>(value); }
304 template<
typename SavedownStorageConfigurationT = KxSavedownStorageConfiguration>
325 template<
typename AvailabilityZoneIdT = Aws::String>
326 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
327 template<
typename AvailabilityZoneIdT = Aws::String>
338 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
339 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
340 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
347 template<
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
348 void SetScalingGroupConfiguration(ScalingGroupConfigurationT&& value) { m_scalingGroupConfigurationHasBeenSet =
true; m_scalingGroupConfiguration = std::forward<ScalingGroupConfigurationT>(value); }
349 template<
typename ScalingGroupConfigurationT = KxScalingGroupConfiguration>
356 template<
typename RequestIdT = Aws::String>
357 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
358 template<
typename RequestIdT = Aws::String>
364 bool m_statusHasBeenSet =
false;
367 bool m_statusReasonHasBeenSet =
false;
370 bool m_clusterNameHasBeenSet =
false;
373 bool m_clusterTypeHasBeenSet =
false;
375 TickerplantLogConfiguration m_tickerplantLogConfiguration;
376 bool m_tickerplantLogConfigurationHasBeenSet =
false;
379 bool m_volumesHasBeenSet =
false;
382 bool m_databasesHasBeenSet =
false;
385 bool m_cacheStorageConfigurationsHasBeenSet =
false;
387 AutoScalingConfiguration m_autoScalingConfiguration;
388 bool m_autoScalingConfigurationHasBeenSet =
false;
391 bool m_clusterDescriptionHasBeenSet =
false;
393 CapacityConfiguration m_capacityConfiguration;
394 bool m_capacityConfigurationHasBeenSet =
false;
397 bool m_releaseLabelHasBeenSet =
false;
399 VpcConfiguration m_vpcConfiguration;
400 bool m_vpcConfigurationHasBeenSet =
false;
403 bool m_initializationScriptHasBeenSet =
false;
406 bool m_commandLineArgumentsHasBeenSet =
false;
408 CodeConfiguration m_code;
409 bool m_codeHasBeenSet =
false;
412 bool m_executionRoleHasBeenSet =
false;
415 bool m_lastModifiedTimestampHasBeenSet =
false;
417 KxSavedownStorageConfiguration m_savedownStorageConfiguration;
418 bool m_savedownStorageConfigurationHasBeenSet =
false;
421 bool m_azModeHasBeenSet =
false;
424 bool m_availabilityZoneIdHasBeenSet =
false;
427 bool m_createdTimestampHasBeenSet =
false;
429 KxScalingGroupConfiguration m_scalingGroupConfiguration;
430 bool m_scalingGroupConfigurationHasBeenSet =
false;
433 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