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;
void SetAuthenticationProfiles(const Aws::Vector< AuthenticationProfile > &value)
DescribeAuthenticationProfilesResult & AddAuthenticationProfiles(AuthenticationProfile &&value)
void SetAuthenticationProfiles(Aws::Vector< AuthenticationProfile > &&value)
DescribeAuthenticationProfilesResult & WithAuthenticationProfiles(Aws::Vector< AuthenticationProfile > &&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)
DescribeAuthenticationProfilesResult & AddAuthenticationProfiles(const AuthenticationProfile &value)
const Aws::Vector< AuthenticationProfile > & GetAuthenticationProfiles() const
DescribeAuthenticationProfilesResult & WithResponseMetadata(ResponseMetadata &&value)
void SetResponseMetadata(const ResponseMetadata &value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeAuthenticationProfilesResult()
void SetResponseMetadata(ResponseMetadata &&value)
DescribeAuthenticationProfilesResult & WithAuthenticationProfiles(const Aws::Vector< AuthenticationProfile > &value)
DescribeAuthenticationProfilesResult & WithResponseMetadata(const ResponseMetadata &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument