7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
19namespace MachineLearning {
39 template <
typename DatabaseNameT = Aws::String>
41 m_databaseNameHasBeenSet =
true;
42 m_databaseName = std::forward<DatabaseNameT>(value);
44 template <
typename DatabaseNameT = Aws::String>
55 template <
typename ClusterIdentifierT = Aws::String>
57 m_clusterIdentifierHasBeenSet =
true;
58 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
60 template <
typename ClusterIdentifierT = Aws::String>
70 bool m_databaseNameHasBeenSet =
false;
71 bool m_clusterIdentifierHasBeenSet =
false;
RedshiftDatabase & WithDatabaseName(DatabaseNameT &&value)
AWS_MACHINELEARNING_API RedshiftDatabase(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClusterIdentifier() const
AWS_MACHINELEARNING_API RedshiftDatabase()=default
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool ClusterIdentifierHasBeenSet() const
AWS_MACHINELEARNING_API RedshiftDatabase & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftDatabase & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetDatabaseName(DatabaseNameT &&value)
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
bool DatabaseNameHasBeenSet() const
const Aws::String & GetDatabaseName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue