7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/RedshiftIdcApplication.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename RedshiftIdcApplicationsT = Aws::Vector<RedshiftIdcApplication>>
44 void SetRedshiftIdcApplications(RedshiftIdcApplicationsT&& value) { m_redshiftIdcApplicationsHasBeenSet =
true; m_redshiftIdcApplications = std::forward<RedshiftIdcApplicationsT>(value); }
45 template<
typename RedshiftIdcApplicationsT = Aws::Vector<RedshiftIdcApplication>>
47 template<
typename RedshiftIdcApplicationsT = RedshiftIdcApplication>
60 template<
typename MarkerT = Aws::String>
61 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
62 template<
typename MarkerT = Aws::String>
69 template<
typename ResponseMetadataT = ResponseMetadata>
70 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
71 template<
typename ResponseMetadataT = ResponseMetadata>
77 bool m_redshiftIdcApplicationsHasBeenSet =
false;
80 bool m_markerHasBeenSet =
false;
83 bool m_responseMetadataHasBeenSet =
false;
AWS_REDSHIFT_API DescribeRedshiftIdcApplicationsResult()=default
const Aws::String & GetMarker() const
AWS_REDSHIFT_API DescribeRedshiftIdcApplicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeRedshiftIdcApplicationsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeRedshiftIdcApplicationsResult & WithRedshiftIdcApplications(RedshiftIdcApplicationsT &&value)
void SetMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeRedshiftIdcApplicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeRedshiftIdcApplicationsResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< RedshiftIdcApplication > & GetRedshiftIdcApplications() const
void SetRedshiftIdcApplications(RedshiftIdcApplicationsT &&value)
DescribeRedshiftIdcApplicationsResult & AddRedshiftIdcApplications(RedshiftIdcApplicationsT &&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