AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetPreparedStatementResult.h
1
6#pragma once
7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/athena/model/PreparedStatement.h>
11#include <aws/athena/model/UnprocessedPreparedStatementName.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace Athena
27{
28namespace Model
29{
31 {
32 public:
36
37
39
42 inline const Aws::Vector<PreparedStatement>& GetPreparedStatements() const{ return m_preparedStatements; }
43 inline void SetPreparedStatements(const Aws::Vector<PreparedStatement>& value) { m_preparedStatements = value; }
44 inline void SetPreparedStatements(Aws::Vector<PreparedStatement>&& value) { m_preparedStatements = std::move(value); }
47 inline BatchGetPreparedStatementResult& AddPreparedStatements(const PreparedStatement& value) { m_preparedStatements.push_back(value); return *this; }
48 inline BatchGetPreparedStatementResult& AddPreparedStatements(PreparedStatement&& value) { m_preparedStatements.push_back(std::move(value)); return *this; }
50
52
56 inline const Aws::Vector<UnprocessedPreparedStatementName>& GetUnprocessedPreparedStatementNames() const{ return m_unprocessedPreparedStatementNames; }
57 inline void SetUnprocessedPreparedStatementNames(const Aws::Vector<UnprocessedPreparedStatementName>& value) { m_unprocessedPreparedStatementNames = value; }
58 inline void SetUnprocessedPreparedStatementNames(Aws::Vector<UnprocessedPreparedStatementName>&& value) { m_unprocessedPreparedStatementNames = std::move(value); }
61 inline BatchGetPreparedStatementResult& AddUnprocessedPreparedStatementNames(const UnprocessedPreparedStatementName& value) { m_unprocessedPreparedStatementNames.push_back(value); return *this; }
62 inline BatchGetPreparedStatementResult& AddUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName&& value) { m_unprocessedPreparedStatementNames.push_back(std::move(value)); return *this; }
64
66
67 inline const Aws::String& GetRequestId() const{ return m_requestId; }
68 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
69 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
70 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
71 inline BatchGetPreparedStatementResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
72 inline BatchGetPreparedStatementResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
73 inline BatchGetPreparedStatementResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
75 private:
76
77 Aws::Vector<PreparedStatement> m_preparedStatements;
78
79 Aws::Vector<UnprocessedPreparedStatementName> m_unprocessedPreparedStatementNames;
80
81 Aws::String m_requestId;
82 };
83
84} // namespace Model
85} // namespace Athena
86} // namespace Aws
void SetUnprocessedPreparedStatementNames(Aws::Vector< UnprocessedPreparedStatementName > &&value)
BatchGetPreparedStatementResult & AddPreparedStatements(const PreparedStatement &value)
BatchGetPreparedStatementResult & AddPreparedStatements(PreparedStatement &&value)
BatchGetPreparedStatementResult & WithRequestId(const char *value)
BatchGetPreparedStatementResult & WithPreparedStatements(Aws::Vector< PreparedStatement > &&value)
BatchGetPreparedStatementResult & WithRequestId(const Aws::String &value)
void SetPreparedStatements(Aws::Vector< PreparedStatement > &&value)
BatchGetPreparedStatementResult & AddUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName &&value)
BatchGetPreparedStatementResult & AddUnprocessedPreparedStatementNames(const UnprocessedPreparedStatementName &value)
BatchGetPreparedStatementResult & WithUnprocessedPreparedStatementNames(const Aws::Vector< UnprocessedPreparedStatementName > &value)
AWS_ATHENA_API BatchGetPreparedStatementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnprocessedPreparedStatementNames(const Aws::Vector< UnprocessedPreparedStatementName > &value)
const Aws::Vector< UnprocessedPreparedStatementName > & GetUnprocessedPreparedStatementNames() const
AWS_ATHENA_API BatchGetPreparedStatementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetPreparedStatementResult & WithUnprocessedPreparedStatementNames(Aws::Vector< UnprocessedPreparedStatementName > &&value)
const Aws::Vector< PreparedStatement > & GetPreparedStatements() const
BatchGetPreparedStatementResult & WithRequestId(Aws::String &&value)
void SetPreparedStatements(const Aws::Vector< PreparedStatement > &value)
BatchGetPreparedStatementResult & WithPreparedStatements(const Aws::Vector< PreparedStatement > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue