7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
42 template <
typename AuthenticationProfileNameT = Aws::String>
44 m_authenticationProfileNameHasBeenSet =
true;
45 m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value);
47 template <
typename AuthenticationProfileNameT = Aws::String>
61 template <
typename AuthenticationProfileContentT = Aws::String>
63 m_authenticationProfileContentHasBeenSet =
true;
64 m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value);
66 template <
typename AuthenticationProfileContentT = Aws::String>
76 bool m_authenticationProfileNameHasBeenSet =
false;
77 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