7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetHostedZoneId(
const char* value) { m_hostedZoneIdHasBeenSet =
true; m_hostedZoneId.assign(value); }
78 inline void SetCloudWatchLogsLogGroupArn(
const char* value) { m_cloudWatchLogsLogGroupArnHasBeenSet =
true; m_cloudWatchLogsLogGroupArn.assign(value); }
86 bool m_idHasBeenSet =
false;
89 bool m_hostedZoneIdHasBeenSet =
false;
92 bool m_cloudWatchLogsLogGroupArnHasBeenSet =
false;
QueryLoggingConfig & WithId(const char *value)
const Aws::String & GetHostedZoneId() const
QueryLoggingConfig & WithCloudWatchLogsLogGroupArn(Aws::String &&value)
void SetId(const char *value)
QueryLoggingConfig & WithCloudWatchLogsLogGroupArn(const Aws::String &value)
void SetCloudWatchLogsLogGroupArn(Aws::String &&value)
QueryLoggingConfig & WithHostedZoneId(Aws::String &&value)
void SetId(Aws::String &&value)
AWS_ROUTE53_API QueryLoggingConfig()
const Aws::String & GetCloudWatchLogsLogGroupArn() const
bool HostedZoneIdHasBeenSet() const
void SetCloudWatchLogsLogGroupArn(const Aws::String &value)
QueryLoggingConfig & WithHostedZoneId(const Aws::String &value)
bool IdHasBeenSet() const
void SetHostedZoneId(Aws::String &&value)
QueryLoggingConfig & WithCloudWatchLogsLogGroupArn(const char *value)
bool CloudWatchLogsLogGroupArnHasBeenSet() const
QueryLoggingConfig & WithHostedZoneId(const char *value)
AWS_ROUTE53_API QueryLoggingConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetHostedZoneId(const Aws::String &value)
QueryLoggingConfig & WithId(const Aws::String &value)
void SetId(const Aws::String &value)
void SetCloudWatchLogsLogGroupArn(const char *value)
QueryLoggingConfig & WithId(Aws::String &&value)
AWS_ROUTE53_API QueryLoggingConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetHostedZoneId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String