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;
virtual const char * GetServiceRequestName() const override
void SetAuthenticationProfileContent(const char *value)
void SetAuthenticationProfileName(Aws::String &&value)
const Aws::String & GetAuthenticationProfileContent() const
bool AuthenticationProfileContentHasBeenSet() const
AWS_REDSHIFT_API ModifyAuthenticationProfileRequest()
AWS_REDSHIFT_API Aws::String SerializePayload() const override
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyAuthenticationProfileRequest & WithAuthenticationProfileName(Aws::String &&value)
ModifyAuthenticationProfileRequest & WithAuthenticationProfileName(const char *value)
const Aws::String & GetAuthenticationProfileName() const
void SetAuthenticationProfileContent(const Aws::String &value)
void SetAuthenticationProfileContent(Aws::String &&value)
void SetAuthenticationProfileName(const char *value)
ModifyAuthenticationProfileRequest & WithAuthenticationProfileContent(const char *value)
ModifyAuthenticationProfileRequest & WithAuthenticationProfileContent(const Aws::String &value)
ModifyAuthenticationProfileRequest & WithAuthenticationProfileName(const Aws::String &value)
ModifyAuthenticationProfileRequest & WithAuthenticationProfileContent(Aws::String &&value)
bool AuthenticationProfileNameHasBeenSet() const
void SetAuthenticationProfileName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String