7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/AuthenticationProfile.h>
10#include <aws/redshift/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AuthenticationProfilesT = Aws::Vector<AuthenticationProfile>>
38 m_authenticationProfilesHasBeenSet =
true;
39 m_authenticationProfiles = std::forward<AuthenticationProfilesT>(value);
41 template <
typename AuthenticationProfilesT = Aws::Vector<AuthenticationProfile>>
46 template <
typename AuthenticationProfilesT = AuthenticationProfile>
48 m_authenticationProfilesHasBeenSet =
true;
49 m_authenticationProfiles.emplace_back(std::forward<AuthenticationProfilesT>(value));
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
72 bool m_authenticationProfilesHasBeenSet =
false;
73 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