AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartQueryPlanningResult.h
1
6#pragma once
7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace LakeFormation
24{
25namespace Model
26{
33 {
34 public:
35 AWS_LAKEFORMATION_API StartQueryPlanningResult();
38
39
41
47 inline const Aws::String& GetQueryId() const{ return m_queryId; }
48 inline void SetQueryId(const Aws::String& value) { m_queryId = value; }
49 inline void SetQueryId(Aws::String&& value) { m_queryId = std::move(value); }
50 inline void SetQueryId(const char* value) { m_queryId.assign(value); }
51 inline StartQueryPlanningResult& WithQueryId(const Aws::String& value) { SetQueryId(value); return *this;}
52 inline StartQueryPlanningResult& WithQueryId(Aws::String&& value) { SetQueryId(std::move(value)); return *this;}
53 inline StartQueryPlanningResult& WithQueryId(const char* value) { SetQueryId(value); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline StartQueryPlanningResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline StartQueryPlanningResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline StartQueryPlanningResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
68 Aws::String m_queryId;
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace LakeFormation
75} // namespace Aws
StartQueryPlanningResult & WithRequestId(Aws::String &&value)
StartQueryPlanningResult & WithRequestId(const Aws::String &value)
AWS_LAKEFORMATION_API StartQueryPlanningResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartQueryPlanningResult & WithRequestId(const char *value)
AWS_LAKEFORMATION_API StartQueryPlanningResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartQueryPlanningResult & WithQueryId(Aws::String &&value)
StartQueryPlanningResult & WithQueryId(const Aws::String &value)
StartQueryPlanningResult & WithQueryId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue