AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetQueryLoggingConfigResult.h
1
6#pragma once
7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/QueryLoggingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace Route53
25{
26namespace Model
27{
29 {
30 public:
31 AWS_ROUTE53_API GetQueryLoggingConfigResult();
34
35
37
43 inline const QueryLoggingConfig& GetQueryLoggingConfig() const{ return m_queryLoggingConfig; }
44 inline void SetQueryLoggingConfig(const QueryLoggingConfig& value) { m_queryLoggingConfig = value; }
45 inline void SetQueryLoggingConfig(QueryLoggingConfig&& value) { m_queryLoggingConfig = std::move(value); }
49
51
52 inline const Aws::String& GetRequestId() const{ return m_requestId; }
53 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
54 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
55 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
56 inline GetQueryLoggingConfigResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline GetQueryLoggingConfigResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline GetQueryLoggingConfigResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
62 QueryLoggingConfig m_queryLoggingConfig;
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace Route53
69} // namespace Aws
GetQueryLoggingConfigResult & WithQueryLoggingConfig(const QueryLoggingConfig &value)
AWS_ROUTE53_API GetQueryLoggingConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetQueryLoggingConfigResult & WithRequestId(const Aws::String &value)
GetQueryLoggingConfigResult & WithRequestId(Aws::String &&value)
GetQueryLoggingConfigResult & WithQueryLoggingConfig(QueryLoggingConfig &&value)
GetQueryLoggingConfigResult & WithRequestId(const char *value)
AWS_ROUTE53_API GetQueryLoggingConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetQueryLoggingConfig(const QueryLoggingConfig &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument