AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
38
39
41
47 inline const Aws::String& GetQueryId() const { return m_queryId; }
48 template<typename QueryIdT = Aws::String>
49 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet = true; m_queryId = std::forward<QueryIdT>(value); }
50 template<typename QueryIdT = Aws::String>
51 StartQueryPlanningResult& WithQueryId(QueryIdT&& value) { SetQueryId(std::forward<QueryIdT>(value)); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template<typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
59 template<typename RequestIdT = Aws::String>
60 StartQueryPlanningResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
62 private:
63
64 Aws::String m_queryId;
65 bool m_queryIdHasBeenSet = false;
66
67 Aws::String m_requestId;
68 bool m_requestIdHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace LakeFormation
73} // namespace Aws
StartQueryPlanningResult & WithQueryId(QueryIdT &&value)
StartQueryPlanningResult & WithRequestId(RequestIdT &&value)
AWS_LAKEFORMATION_API StartQueryPlanningResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LAKEFORMATION_API StartQueryPlanningResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LAKEFORMATION_API StartQueryPlanningResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue