7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
71 inline void SetDbUser(
const char* value) { m_dbUserHasBeenSet =
true; m_dbUser.assign(value); }
94 inline void SetDbName(
const char* value) { m_dbNameHasBeenSet =
true; m_dbName.assign(value); }
109 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
122 inline void SetDurationSeconds(
int value) { m_durationSecondsHasBeenSet =
true; m_durationSeconds = value; }
133 inline void SetAutoCreate(
bool value) { m_autoCreateHasBeenSet =
true; m_autoCreate = value; }
170 inline void SetCustomDomainName(
const char* value) { m_customDomainNameHasBeenSet =
true; m_customDomainName.assign(value); }
178 bool m_dbUserHasBeenSet =
false;
181 bool m_dbNameHasBeenSet =
false;
184 bool m_clusterIdentifierHasBeenSet =
false;
186 int m_durationSeconds;
187 bool m_durationSecondsHasBeenSet =
false;
190 bool m_autoCreateHasBeenSet =
false;
193 bool m_dbGroupsHasBeenSet =
false;
196 bool m_customDomainNameHasBeenSet =
false;
bool CustomDomainNameHasBeenSet() const
void SetClusterIdentifier(Aws::String &&value)
GetClusterCredentialsRequest & WithClusterIdentifier(const char *value)
GetClusterCredentialsRequest & WithDbName(const Aws::String &value)
GetClusterCredentialsRequest & WithDbName(const char *value)
void SetDbUser(const char *value)
GetClusterCredentialsRequest & WithDurationSeconds(int value)
void SetAutoCreate(bool value)
GetClusterCredentialsRequest & AddDbGroups(Aws::String &&value)
GetClusterCredentialsRequest & AddDbGroups(const char *value)
const Aws::String & GetCustomDomainName() const
GetClusterCredentialsRequest & WithCustomDomainName(const char *value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
int GetDurationSeconds() const
const Aws::String & GetClusterIdentifier() const
void SetClusterIdentifier(const char *value)
GetClusterCredentialsRequest & WithCustomDomainName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetClusterCredentialsRequest & WithDbGroups(Aws::Vector< Aws::String > &&value)
void SetCustomDomainName(const Aws::String &value)
void SetDurationSeconds(int value)
void SetCustomDomainName(const char *value)
bool GetAutoCreate() const
bool DbNameHasBeenSet() const
bool AutoCreateHasBeenSet() const
void SetClusterIdentifier(const Aws::String &value)
bool DbUserHasBeenSet() const
void SetDbUser(const Aws::String &value)
void SetDbName(Aws::String &&value)
GetClusterCredentialsRequest & WithDbUser(const char *value)
bool ClusterIdentifierHasBeenSet() const
GetClusterCredentialsRequest & WithDbGroups(const Aws::Vector< Aws::String > &value)
void SetCustomDomainName(Aws::String &&value)
GetClusterCredentialsRequest & AddDbGroups(const Aws::String &value)
const Aws::Vector< Aws::String > & GetDbGroups() const
GetClusterCredentialsRequest & WithAutoCreate(bool value)
AWS_REDSHIFT_API GetClusterCredentialsRequest()
GetClusterCredentialsRequest & WithDbName(Aws::String &&value)
void SetDbUser(Aws::String &&value)
GetClusterCredentialsRequest & WithCustomDomainName(Aws::String &&value)
void SetDbGroups(Aws::Vector< Aws::String > &&value)
bool DbGroupsHasBeenSet() const
const Aws::String & GetDbName() const
void SetDbGroups(const Aws::Vector< Aws::String > &value)
void SetDbName(const Aws::String &value)
GetClusterCredentialsRequest & WithClusterIdentifier(Aws::String &&value)
void SetDbName(const char *value)
GetClusterCredentialsRequest & WithDbUser(const Aws::String &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DurationSecondsHasBeenSet() const
GetClusterCredentialsRequest & WithClusterIdentifier(const Aws::String &value)
const Aws::String & GetDbUser() const
GetClusterCredentialsRequest & WithDbUser(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector