7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AuthenticationProfileNameT = Aws::String>
46 void SetAuthenticationProfileName(AuthenticationProfileNameT&& value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value); }
47 template<
typename AuthenticationProfileNameT = Aws::String>
58 template<
typename AuthenticationProfileContentT = Aws::String>
59 void SetAuthenticationProfileContent(AuthenticationProfileContentT&& value) { m_authenticationProfileContentHasBeenSet =
true; m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value); }
60 template<
typename AuthenticationProfileContentT = Aws::String>
66 bool m_authenticationProfileNameHasBeenSet =
false;
69 bool m_authenticationProfileContentHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAuthenticationProfileContent() const
bool AuthenticationProfileContentHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetAuthenticationProfileName() const
ModifyAuthenticationProfileRequest & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
AWS_REDSHIFT_API ModifyAuthenticationProfileRequest()=default
ModifyAuthenticationProfileRequest & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
bool AuthenticationProfileNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String