7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/Association.h>
11#include <aws/redshift/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename MarkerT = Aws::String>
40 m_markerHasBeenSet =
true;
41 m_marker = std::forward<MarkerT>(value);
43 template <
typename MarkerT = Aws::String>
55 template <
typename AssociationsT = Aws::Vector<Association>>
57 m_associationsHasBeenSet =
true;
58 m_associations = std::forward<AssociationsT>(value);
60 template <
typename AssociationsT = Aws::Vector<Association>>
65 template <
typename AssociationsT = Association>
67 m_associationsHasBeenSet =
true;
68 m_associations.emplace_back(std::forward<AssociationsT>(value));
76 template <
typename ResponseMetadataT = ResponseMetadata>
78 m_responseMetadataHasBeenSet =
true;
79 m_responseMetadata = std::forward<ResponseMetadataT>(value);
81 template <
typename ResponseMetadataT = ResponseMetadata>
89 bool m_markerHasBeenSet =
false;
92 bool m_associationsHasBeenSet =
false;
95 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)
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