7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
41 template <
typename AuthenticationProfileNameT = Aws::String>
43 m_authenticationProfileNameHasBeenSet =
true;
44 m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value);
46 template <
typename AuthenticationProfileNameT = Aws::String>
60 template <
typename AuthenticationProfileContentT = Aws::String>
62 m_authenticationProfileContentHasBeenSet =
true;
63 m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value);
65 template <
typename AuthenticationProfileContentT = Aws::String>
75 bool m_authenticationProfileNameHasBeenSet =
false;
76 bool m_authenticationProfileContentHasBeenSet =
false;
const Aws::String & GetAuthenticationProfileName() const
CreateAuthenticationProfileRequest & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
AWS_REDSHIFT_API CreateAuthenticationProfileRequest()=default
bool AuthenticationProfileNameHasBeenSet() const
const Aws::String & GetAuthenticationProfileContent() const
virtual const char * GetServiceRequestName() const override
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
bool AuthenticationProfileContentHasBeenSet() const
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateAuthenticationProfileRequest & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String