7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/QueryLoggingConfig.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename QueryLoggingConfigT = QueryLoggingConfig>
40 m_queryLoggingConfigHasBeenSet =
true;
41 m_queryLoggingConfig = std::forward<QueryLoggingConfigT>(value);
43 template <
typename QueryLoggingConfigT = QueryLoggingConfig>
55 template <
typename LocationT = Aws::String>
57 m_locationHasBeenSet =
true;
58 m_location = std::forward<LocationT>(value);
60 template <
typename LocationT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_queryLoggingConfigHasBeenSet =
false;
91 bool m_locationHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
const QueryLoggingConfig & GetQueryLoggingConfig() const
AWS_ROUTE53_API CreateQueryLoggingConfigResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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