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>
51 template <
typename ResponseMetadataT = ResponseMetadata>
53 m_responseMetadataHasBeenSet =
true;
54 m_responseMetadata = std::forward<ResponseMetadataT>(value);
56 template <
typename ResponseMetadataT = ResponseMetadata>
69 bool m_authenticationProfileNameHasBeenSet =
false;
70 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
DeleteAuthenticationProfileResult & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAuthenticationProfileName() const
DeleteAuthenticationProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API DeleteAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DeleteAuthenticationProfileResult()=default
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
AWS_REDSHIFT_API DeleteAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument