7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/QueryLoggingConfig.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename QueryLoggingConfigT = QueryLoggingConfig>
39 m_queryLoggingConfigHasBeenSet =
true;
40 m_queryLoggingConfig = std::forward<QueryLoggingConfigT>(value);
42 template <
typename QueryLoggingConfigT = QueryLoggingConfig>
54 template <
typename LocationT = Aws::String>
56 m_locationHasBeenSet =
true;
57 m_location = std::forward<LocationT>(value);
59 template <
typename LocationT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_queryLoggingConfigHasBeenSet =
false;
87 bool m_locationHasBeenSet =
false;
88 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