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