7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AuthenticationProfileNameT = Aws::String>
37 m_authenticationProfileNameHasBeenSet =
true;
38 m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value);
40 template <
typename AuthenticationProfileNameT = Aws::String>
52 template <
typename AuthenticationProfileContentT = Aws::String>
54 m_authenticationProfileContentHasBeenSet =
true;
55 m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value);
57 template <
typename AuthenticationProfileContentT = Aws::String>
67 template <
typename ResponseMetadataT = ResponseMetadata>
69 m_responseMetadataHasBeenSet =
true;
70 m_responseMetadata = std::forward<ResponseMetadataT>(value);
72 template <
typename ResponseMetadataT = ResponseMetadata>
84 bool m_authenticationProfileNameHasBeenSet =
false;
85 bool m_authenticationProfileContentHasBeenSet =
false;
86 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument