AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetCrawlersResult.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/Crawler.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 BatchGetCrawlersResult();
35
36
38
41 inline const Aws::Vector<Crawler>& GetCrawlers() const{ return m_crawlers; }
42 inline void SetCrawlers(const Aws::Vector<Crawler>& value) { m_crawlers = value; }
43 inline void SetCrawlers(Aws::Vector<Crawler>&& value) { m_crawlers = std::move(value); }
44 inline BatchGetCrawlersResult& WithCrawlers(const Aws::Vector<Crawler>& value) { SetCrawlers(value); return *this;}
45 inline BatchGetCrawlersResult& WithCrawlers(Aws::Vector<Crawler>&& value) { SetCrawlers(std::move(value)); return *this;}
46 inline BatchGetCrawlersResult& AddCrawlers(const Crawler& value) { m_crawlers.push_back(value); return *this; }
47 inline BatchGetCrawlersResult& AddCrawlers(Crawler&& value) { m_crawlers.push_back(std::move(value)); return *this; }
49
51
54 inline const Aws::Vector<Aws::String>& GetCrawlersNotFound() const{ return m_crawlersNotFound; }
55 inline void SetCrawlersNotFound(const Aws::Vector<Aws::String>& value) { m_crawlersNotFound = value; }
56 inline void SetCrawlersNotFound(Aws::Vector<Aws::String>&& value) { m_crawlersNotFound = std::move(value); }
59 inline BatchGetCrawlersResult& AddCrawlersNotFound(const Aws::String& value) { m_crawlersNotFound.push_back(value); return *this; }
60 inline BatchGetCrawlersResult& AddCrawlersNotFound(Aws::String&& value) { m_crawlersNotFound.push_back(std::move(value)); return *this; }
61 inline BatchGetCrawlersResult& AddCrawlersNotFound(const char* value) { m_crawlersNotFound.push_back(value); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline BatchGetCrawlersResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetCrawlersResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetCrawlersResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Crawler> m_crawlers;
77
78 Aws::Vector<Aws::String> m_crawlersNotFound;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Glue
85} // namespace Aws
BatchGetCrawlersResult & AddCrawlers(const Crawler &value)
BatchGetCrawlersResult & WithCrawlersNotFound(Aws::Vector< Aws::String > &&value)
BatchGetCrawlersResult & AddCrawlers(Crawler &&value)
BatchGetCrawlersResult & WithCrawlers(const Aws::Vector< Crawler > &value)
const Aws::Vector< Aws::String > & GetCrawlersNotFound() const
BatchGetCrawlersResult & AddCrawlersNotFound(const char *value)
BatchGetCrawlersResult & WithRequestId(Aws::String &&value)
BatchGetCrawlersResult & WithRequestId(const Aws::String &value)
AWS_GLUE_API BatchGetCrawlersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Crawler > & GetCrawlers() const
BatchGetCrawlersResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
BatchGetCrawlersResult & WithCrawlers(Aws::Vector< Crawler > &&value)
void SetCrawlers(const Aws::Vector< Crawler > &value)
void SetCrawlersNotFound(const Aws::Vector< Aws::String > &value)
BatchGetCrawlersResult & AddCrawlersNotFound(Aws::String &&value)
void SetCrawlersNotFound(Aws::Vector< Aws::String > &&value)
void SetCrawlers(Aws::Vector< Crawler > &&value)
BatchGetCrawlersResult & WithCrawlersNotFound(const Aws::Vector< Aws::String > &value)
BatchGetCrawlersResult & AddCrawlersNotFound(const Aws::String &value)
AWS_GLUE_API BatchGetCrawlersResult & operator=(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