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/Association.h>
12#include <aws/redshift/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename MarkerT = Aws::String>
41 m_markerHasBeenSet =
true;
42 m_marker = std::forward<MarkerT>(value);
44 template <
typename MarkerT = Aws::String>
56 template <
typename AssociationsT = Aws::Vector<Association>>
58 m_associationsHasBeenSet =
true;
59 m_associations = std::forward<AssociationsT>(value);
61 template <
typename AssociationsT = Aws::Vector<Association>>
66 template <
typename AssociationsT = Association>
68 m_associationsHasBeenSet =
true;
69 m_associations.emplace_back(std::forward<AssociationsT>(value));
77 template <
typename ResponseMetadataT = ResponseMetadata>
79 m_responseMetadataHasBeenSet =
true;
80 m_responseMetadata = std::forward<ResponseMetadataT>(value);
82 template <
typename ResponseMetadataT = ResponseMetadata>
97 bool m_markerHasBeenSet =
false;
98 bool m_associationsHasBeenSet =
false;
99 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetMarker() const
AWS_REDSHIFT_API DescribeCustomDomainAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< Association > & GetAssociations() const
DescribeCustomDomainAssociationsResult & AddAssociations(AssociationsT &&value)
AWS_REDSHIFT_API DescribeCustomDomainAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ResponseMetadata & GetResponseMetadata() const
DescribeCustomDomainAssociationsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetMarker(MarkerT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetAssociations(AssociationsT &&value)
DescribeCustomDomainAssociationsResult & WithAssociations(AssociationsT &&value)
AWS_REDSHIFT_API DescribeCustomDomainAssociationsResult()=default
DescribeCustomDomainAssociationsResult & WithMarker(MarkerT &&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