7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AuthenticationProfileNameT = Aws::String>
38 m_authenticationProfileNameHasBeenSet =
true;
39 m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value);
41 template <
typename AuthenticationProfileNameT = Aws::String>
53 template <
typename AuthenticationProfileContentT = Aws::String>
55 m_authenticationProfileContentHasBeenSet =
true;
56 m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value);
58 template <
typename AuthenticationProfileContentT = Aws::String>
68 template <
typename ResponseMetadataT = ResponseMetadata>
70 m_responseMetadataHasBeenSet =
true;
71 m_responseMetadata = std::forward<ResponseMetadataT>(value);
73 template <
typename ResponseMetadataT = ResponseMetadata>
88 bool m_authenticationProfileNameHasBeenSet =
false;
89 bool m_authenticationProfileContentHasBeenSet =
false;
90 bool m_responseMetadataHasBeenSet =
false;
CreateAuthenticationProfileResult & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
CreateAuthenticationProfileResult & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API CreateAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API CreateAuthenticationProfileResult()=default
AWS_REDSHIFT_API CreateAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetAuthenticationProfileContent() const
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
CreateAuthenticationProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetAuthenticationProfileName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument