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>
50 template <
typename ResponseMetadataT = ResponseMetadata>
52 m_responseMetadataHasBeenSet =
true;
53 m_responseMetadata = std::forward<ResponseMetadataT>(value);
55 template <
typename ResponseMetadataT = ResponseMetadata>
65 bool m_authenticationProfileNameHasBeenSet =
false;
66 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
DeleteAuthenticationProfileResult & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
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