7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/model/ResponseMetadata.h>
10#include <aws/redshift/model/AuthenticationProfile.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AuthenticationProfilesT = Aws::Vector<AuthenticationProfile>>
43 void SetAuthenticationProfiles(AuthenticationProfilesT&& value) { m_authenticationProfilesHasBeenSet =
true; m_authenticationProfiles = std::forward<AuthenticationProfilesT>(value); }
44 template<
typename AuthenticationProfilesT = Aws::Vector<AuthenticationProfile>>
46 template<
typename AuthenticationProfilesT = AuthenticationProfile>
53 template<
typename ResponseMetadataT = ResponseMetadata>
54 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
55 template<
typename ResponseMetadataT = ResponseMetadata>
61 bool m_authenticationProfilesHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
DescribeAuthenticationProfilesResult & WithAuthenticationProfiles(AuthenticationProfilesT &&value)
AWS_REDSHIFT_API DescribeAuthenticationProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API DescribeAuthenticationProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API DescribeAuthenticationProfilesResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeAuthenticationProfilesResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< AuthenticationProfile > & GetAuthenticationProfiles() const
DescribeAuthenticationProfilesResult & AddAuthenticationProfiles(AuthenticationProfilesT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetAuthenticationProfiles(AuthenticationProfilesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument