7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetAuthenticationProfileName(
const char* value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName.assign(value); }
70 bool m_authenticationProfileNameHasBeenSet =
false;
73 bool m_authenticationProfileContentHasBeenSet =
false;
void SetAuthenticationProfileContent(const char *value)
CreateAuthenticationProfileRequest & WithAuthenticationProfileContent(const Aws::String &value)
CreateAuthenticationProfileRequest & WithAuthenticationProfileName(Aws::String &&value)
CreateAuthenticationProfileRequest & WithAuthenticationProfileName(const Aws::String &value)
const Aws::String & GetAuthenticationProfileName() const
void SetAuthenticationProfileContent(Aws::String &&value)
CreateAuthenticationProfileRequest & WithAuthenticationProfileContent(Aws::String &&value)
void SetAuthenticationProfileName(const Aws::String &value)
bool AuthenticationProfileNameHasBeenSet() const
void SetAuthenticationProfileName(const char *value)
const Aws::String & GetAuthenticationProfileContent() const
virtual const char * GetServiceRequestName() const override
void SetAuthenticationProfileContent(const Aws::String &value)
bool AuthenticationProfileContentHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_REDSHIFT_API CreateAuthenticationProfileRequest()
CreateAuthenticationProfileRequest & WithAuthenticationProfileName(const char *value)
void SetAuthenticationProfileName(Aws::String &&value)
CreateAuthenticationProfileRequest & WithAuthenticationProfileContent(const char *value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String