7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/Qev2IdcApplication.h>
12#include <aws/redshift/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename Qev2IdcApplicationsT = Aws::Vector<Qev2IdcApplication>>
41 m_qev2IdcApplicationsHasBeenSet =
true;
42 m_qev2IdcApplications = std::forward<Qev2IdcApplicationsT>(value);
44 template <
typename Qev2IdcApplicationsT = Aws::Vector<Qev2IdcApplication>>
49 template <
typename Qev2IdcApplicationsT = Qev2IdcApplication>
51 m_qev2IdcApplicationsHasBeenSet =
true;
52 m_qev2IdcApplications.emplace_back(std::forward<Qev2IdcApplicationsT>(value));
66 template <
typename MarkerT = Aws::String>
68 m_markerHasBeenSet =
true;
69 m_marker = std::forward<MarkerT>(value);
71 template <
typename MarkerT = Aws::String>
81 template <
typename ResponseMetadataT = ResponseMetadata>
83 m_responseMetadataHasBeenSet =
true;
84 m_responseMetadata = std::forward<ResponseMetadataT>(value);
86 template <
typename ResponseMetadataT = ResponseMetadata>
101 bool m_qev2IdcApplicationsHasBeenSet =
false;
102 bool m_markerHasBeenSet =
false;
103 bool m_responseMetadataHasBeenSet =
false;
AWS_REDSHIFT_API DescribeQev2IdcApplicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< Qev2IdcApplication > & GetQev2IdcApplications() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API DescribeQev2IdcApplicationsResult()=default
void SetQev2IdcApplications(Qev2IdcApplicationsT &&value)
AWS_REDSHIFT_API DescribeQev2IdcApplicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeQev2IdcApplicationsResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
DescribeQev2IdcApplicationsResult & AddQev2IdcApplications(Qev2IdcApplicationsT &&value)
DescribeQev2IdcApplicationsResult & WithQev2IdcApplications(Qev2IdcApplicationsT &&value)
DescribeQev2IdcApplicationsResult & WithResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument