7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeCustomDomainAssociations"; }
45 template<
typename CustomDomainNameT = Aws::String>
46 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
47 template<
typename CustomDomainNameT = Aws::String>
58 template<
typename CustomDomainCertificateArnT = Aws::String>
59 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
60 template<
typename CustomDomainCertificateArnT = Aws::String>
70 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
80 template<
typename MarkerT = Aws::String>
81 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
82 template<
typename MarkerT = Aws::String>
88 bool m_customDomainNameHasBeenSet =
false;
91 bool m_customDomainCertificateArnHasBeenSet =
false;
94 bool m_maxRecordsHasBeenSet =
false;
97 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