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>
50 inline void SetAuthenticationProfileName(
const char* value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName.assign(value); }
73 bool m_authenticationProfileNameHasBeenSet =
false;
76 bool m_authenticationProfileContentHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AuthenticationProfile & WithAuthenticationProfileName(const Aws::String &value)
void SetAuthenticationProfileName(Aws::String &&value)
AuthenticationProfile & WithAuthenticationProfileName(const char *value)
AuthenticationProfile & WithAuthenticationProfileContent(const char *value)
const Aws::String & GetAuthenticationProfileContent() const
const Aws::String & GetAuthenticationProfileName() const
void SetAuthenticationProfileContent(const Aws::String &value)
void SetAuthenticationProfileContent(Aws::String &&value)
AWS_REDSHIFT_API AuthenticationProfile()
bool AuthenticationProfileContentHasBeenSet() const
void SetAuthenticationProfileName(const char *value)
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
void SetAuthenticationProfileName(const Aws::String &value)
AuthenticationProfile & WithAuthenticationProfileName(Aws::String &&value)
AuthenticationProfile & WithAuthenticationProfileContent(const Aws::String &value)
bool AuthenticationProfileNameHasBeenSet() const
AuthenticationProfile & WithAuthenticationProfileContent(Aws::String &&value)
void SetAuthenticationProfileContent(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream