7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/QueryLoggingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename QueryLoggingConfigT = QueryLoggingConfig>
44 void SetQueryLoggingConfig(QueryLoggingConfigT&& value) { m_queryLoggingConfigHasBeenSet =
true; m_queryLoggingConfig = std::forward<QueryLoggingConfigT>(value); }
45 template<
typename QueryLoggingConfigT = QueryLoggingConfig>
54 template<
typename LocationT = Aws::String>
55 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
56 template<
typename LocationT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_queryLoggingConfigHasBeenSet =
false;
74 bool m_locationHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const QueryLoggingConfig & GetQueryLoggingConfig() const
AWS_ROUTE53_API CreateQueryLoggingConfigResult()=default
CreateQueryLoggingConfigResult & WithQueryLoggingConfig(QueryLoggingConfigT &&value)
AWS_ROUTE53_API CreateQueryLoggingConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetRequestId() const
CreateQueryLoggingConfigResult & WithRequestId(RequestIdT &&value)
CreateQueryLoggingConfigResult & WithLocation(LocationT &&value)
void SetQueryLoggingConfig(QueryLoggingConfigT &&value)
const Aws::String & GetLocation() const
AWS_ROUTE53_API CreateQueryLoggingConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(RequestIdT &&value)
void SetLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument