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;
41 template<
typename AuthenticationProfileNameT = Aws::String>
42 void SetAuthenticationProfileName(AuthenticationProfileNameT&& value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value); }
43 template<
typename AuthenticationProfileNameT = Aws::String>
52 template<
typename AuthenticationProfileContentT = Aws::String>
53 void SetAuthenticationProfileContent(AuthenticationProfileContentT&& value) { m_authenticationProfileContentHasBeenSet =
true; m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value); }
54 template<
typename AuthenticationProfileContentT = Aws::String>
61 template<
typename ResponseMetadataT = ResponseMetadata>
62 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
63 template<
typename ResponseMetadataT = ResponseMetadata>
69 bool m_authenticationProfileNameHasBeenSet =
false;
72 bool m_authenticationProfileContentHasBeenSet =
false;
75 bool m_responseMetadataHasBeenSet =
false;
AWS_REDSHIFT_API ModifyAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult()=default
const Aws::String & GetAuthenticationProfileContent() const
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
const Aws::String & GetAuthenticationProfileName() const
ModifyAuthenticationProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument