7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/Association.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename MarkerT = Aws::String>
44 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
45 template<
typename MarkerT = Aws::String>
54 template<
typename AssociationsT = Aws::Vector<Association>>
55 void SetAssociations(AssociationsT&& value) { m_associationsHasBeenSet =
true; m_associations = std::forward<AssociationsT>(value); }
56 template<
typename AssociationsT = Aws::Vector<Association>>
58 template<
typename AssociationsT = Association>
65 template<
typename ResponseMetadataT = ResponseMetadata>
66 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
67 template<
typename ResponseMetadataT = ResponseMetadata>
73 bool m_markerHasBeenSet =
false;
76 bool m_associationsHasBeenSet =
false;
79 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