7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeCustomDomainAssociations"; }
41 template <
typename CustomDomainNameT = Aws::String>
43 m_customDomainNameHasBeenSet =
true;
44 m_customDomainName = std::forward<CustomDomainNameT>(value);
46 template <
typename CustomDomainNameT = Aws::String>
60 template <
typename CustomDomainCertificateArnT = Aws::String>
62 m_customDomainCertificateArnHasBeenSet =
true;
63 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
65 template <
typename CustomDomainCertificateArnT = Aws::String>
79 m_maxRecordsHasBeenSet =
true;
94 template <
typename MarkerT = Aws::String>
96 m_markerHasBeenSet =
true;
97 m_marker = std::forward<MarkerT>(value);
99 template <
typename MarkerT = Aws::String>
107 bool m_customDomainNameHasBeenSet =
false;
110 bool m_customDomainCertificateArnHasBeenSet =
false;
113 bool m_maxRecordsHasBeenSet =
false;
116 bool m_markerHasBeenSet =
false;
bool CustomDomainNameHasBeenSet() const
DescribeCustomDomainAssociationsRequest & WithMaxRecords(int value)
int GetMaxRecords() const
void SetCustomDomainName(CustomDomainNameT &&value)
void SetMarker(MarkerT &&value)
DescribeCustomDomainAssociationsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetCustomDomainCertificateArn() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool MarkerHasBeenSet() const
void SetMaxRecords(int value)
DescribeCustomDomainAssociationsRequest & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
DescribeCustomDomainAssociationsRequest & WithCustomDomainName(CustomDomainNameT &&value)
const Aws::String & GetMarker() const
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::String & GetCustomDomainName() const
AWS_REDSHIFT_API DescribeCustomDomainAssociationsRequest()=default
bool MaxRecordsHasBeenSet() const
bool CustomDomainCertificateArnHasBeenSet() const
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String