7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ElasticBeanstalk
51 inline void SetCNAMEPrefix(
const char* value) { m_cNAMEPrefixHasBeenSet =
true; m_cNAMEPrefix.assign(value); }
59 bool m_cNAMEPrefixHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetCNAMEPrefix(const char *value)
CheckDNSAvailabilityRequest & WithCNAMEPrefix(const char *value)
void SetCNAMEPrefix(Aws::String &&value)
CheckDNSAvailabilityRequest & WithCNAMEPrefix(const Aws::String &value)
bool CNAMEPrefixHasBeenSet() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
void SetCNAMEPrefix(const Aws::String &value)
CheckDNSAvailabilityRequest & WithCNAMEPrefix(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCNAMEPrefix() const
AWS_ELASTICBEANSTALK_API CheckDNSAvailabilityRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String