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); }
55 bool m_authenticationProfileNameHasBeenSet =
false;
bool AuthenticationProfileNameHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAuthenticationProfileName(const Aws::String &value)
DeleteAuthenticationProfileRequest & WithAuthenticationProfileName(const char *value)
void SetAuthenticationProfileName(const char *value)
DeleteAuthenticationProfileRequest & WithAuthenticationProfileName(const Aws::String &value)
void SetAuthenticationProfileName(Aws::String &&value)
const Aws::String & GetAuthenticationProfileName() const
virtual const char * GetServiceRequestName() const override
DeleteAuthenticationProfileRequest & WithAuthenticationProfileName(Aws::String &&value)
AWS_REDSHIFT_API DeleteAuthenticationProfileRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String