28 namespace MachineLearning
55 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
76 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
89 bool m_databaseNameHasBeenSet;
91 bool m_clusterIdentifierHasBeenSet;
RedshiftDatabase & WithDatabaseName(Aws::String &&value)
const Aws::String & GetClusterIdentifier() const
void SetClusterIdentifier(const char *value)
RedshiftDatabase & WithDatabaseName(const Aws::String &value)
RedshiftDatabase & WithClusterIdentifier(const char *value)
void SetClusterIdentifier(Aws::String &&value)
void SetDatabaseName(const char *value)
void SetDatabaseName(Aws::String &&value)
void SetDatabaseName(const Aws::String &value)
const Aws::String & GetDatabaseName() const
void SetClusterIdentifier(const Aws::String &value)
RedshiftDatabase & WithClusterIdentifier(Aws::String &&value)
RedshiftDatabase & WithClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
RedshiftDatabase & WithDatabaseName(const char *value)
#define AWS_MACHINELEARNING_API
JSON (JavaScript Object Notation).