7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AuthenticationProfileNameT = Aws::String>
49 void SetAuthenticationProfileName(AuthenticationProfileNameT&& value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value); }
50 template<
typename AuthenticationProfileNameT = Aws::String>
61 template<
typename AuthenticationProfileContentT = Aws::String>
62 void SetAuthenticationProfileContent(AuthenticationProfileContentT&& value) { m_authenticationProfileContentHasBeenSet =
true; m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value); }
63 template<
typename AuthenticationProfileContentT = Aws::String>
69 bool m_authenticationProfileNameHasBeenSet =
false;
72 bool m_authenticationProfileContentHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AuthenticationProfile & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
const Aws::String & GetAuthenticationProfileContent() const
const Aws::String & GetAuthenticationProfileName() const
AWS_REDSHIFT_API AuthenticationProfile()=default
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
bool AuthenticationProfileContentHasBeenSet() const
AWS_REDSHIFT_API AuthenticationProfile & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API AuthenticationProfile(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool AuthenticationProfileNameHasBeenSet() const
AuthenticationProfile & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream