AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetMappingResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/MappingEntry.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Glue
26{
27namespace Model
28{
30 {
31 public:
32 AWS_GLUE_API GetMappingResult();
35
36
38
41 inline const Aws::Vector<MappingEntry>& GetMapping() const{ return m_mapping; }
42 inline void SetMapping(const Aws::Vector<MappingEntry>& value) { m_mapping = value; }
43 inline void SetMapping(Aws::Vector<MappingEntry>&& value) { m_mapping = std::move(value); }
44 inline GetMappingResult& WithMapping(const Aws::Vector<MappingEntry>& value) { SetMapping(value); return *this;}
45 inline GetMappingResult& WithMapping(Aws::Vector<MappingEntry>&& value) { SetMapping(std::move(value)); return *this;}
46 inline GetMappingResult& AddMapping(const MappingEntry& value) { m_mapping.push_back(value); return *this; }
47 inline GetMappingResult& AddMapping(MappingEntry&& value) { m_mapping.push_back(std::move(value)); return *this; }
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 GetMappingResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline GetMappingResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline GetMappingResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace Glue
69} // namespace Aws
const Aws::String & GetRequestId() const
const Aws::Vector< MappingEntry > & GetMapping() const
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetMapping(Aws::Vector< MappingEntry > &&value)
GetMappingResult & WithMapping(Aws::Vector< MappingEntry > &&value)
GetMappingResult & WithRequestId(const char *value)
GetMappingResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
GetMappingResult & WithRequestId(Aws::String &&value)
void SetMapping(const Aws::Vector< MappingEntry > &value)
GetMappingResult & AddMapping(MappingEntry &&value)
GetMappingResult & WithMapping(const Aws::Vector< MappingEntry > &value)
GetMappingResult & AddMapping(const MappingEntry &value)
AWS_GLUE_API GetMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue