7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/model/KxDeploymentConfiguration.h>
12#include <aws/finspace/model/KxDatabaseConfiguration.h>
14#include <aws/core/utils/UUID.h>
45 template<
typename EnvironmentIdT = Aws::String>
46 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
47 template<
typename EnvironmentIdT = Aws::String>
57 template<
typename ClusterNameT = Aws::String>
58 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
59 template<
typename ClusterNameT = Aws::String>
69 template<
typename ClientTokenT = Aws::String>
70 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
71 template<
typename ClientTokenT = Aws::String>
81 template<
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
82 void SetDatabases(DatabasesT&& value) { m_databasesHasBeenSet =
true; m_databases = std::forward<DatabasesT>(value); }
83 template<
typename DatabasesT = Aws::Vector<KxDatabaseConfiguration>>
85 template<
typename DatabasesT = KxDatabaseConfiguration>
96 template<
typename DeploymentConfigurationT = KxDeploymentConfiguration>
97 void SetDeploymentConfiguration(DeploymentConfigurationT&& value) { m_deploymentConfigurationHasBeenSet =
true; m_deploymentConfiguration = std::forward<DeploymentConfigurationT>(value); }
98 template<
typename DeploymentConfigurationT = KxDeploymentConfiguration>
104 bool m_environmentIdHasBeenSet =
false;
107 bool m_clusterNameHasBeenSet =
false;
110 bool m_clientTokenHasBeenSet =
true;
113 bool m_databasesHasBeenSet =
false;
115 KxDeploymentConfiguration m_deploymentConfiguration;
116 bool m_deploymentConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool DeploymentConfigurationHasBeenSet() const
void SetDeploymentConfiguration(DeploymentConfigurationT &&value)
AWS_FINSPACE_API Aws::String SerializePayload() const override
UpdateKxClusterDatabasesRequest & WithDatabases(DatabasesT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
const Aws::String & GetClientToken() const
UpdateKxClusterDatabasesRequest & WithEnvironmentId(EnvironmentIdT &&value)
UpdateKxClusterDatabasesRequest & WithClientToken(ClientTokenT &&value)
bool DatabasesHasBeenSet() const
UpdateKxClusterDatabasesRequest & WithDeploymentConfiguration(DeploymentConfigurationT &&value)
const KxDeploymentConfiguration & GetDeploymentConfiguration() const
void SetDatabases(DatabasesT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentId() const
void SetEnvironmentId(EnvironmentIdT &&value)
UpdateKxClusterDatabasesRequest & AddDatabases(DatabasesT &&value)
void SetClusterName(ClusterNameT &&value)
AWS_FINSPACE_API UpdateKxClusterDatabasesRequest()=default
bool ClientTokenHasBeenSet() const
UpdateKxClusterDatabasesRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< KxDatabaseConfiguration > & GetDatabases() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector