7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
AWS_REDSHIFT_API ModifyAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetAuthenticationProfileName(const char *value)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult()
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(const Aws::String &value)
const Aws::String & GetAuthenticationProfileContent() const
void SetAuthenticationProfileContent(const Aws::String &value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(const Aws::String &value)
void SetAuthenticationProfileName(const Aws::String &value)
void SetAuthenticationProfileName(Aws::String &&value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadata &&value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(const char *value)
void SetAuthenticationProfileContent(const char *value)
const Aws::String & GetAuthenticationProfileName() const
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(Aws::String &&value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(const char *value)
ModifyAuthenticationProfileResult & WithResponseMetadata(ResponseMetadata &&value)
void SetAuthenticationProfileContent(Aws::String &&value)
ModifyAuthenticationProfileResult & WithResponseMetadata(const ResponseMetadata &value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(Aws::String &&value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument