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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
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)
void SetRequestId(Aws::String &&value)
const Aws::Vector< Crawler > & GetCrawlers() const
BatchGetCrawlersResult & WithRequestId(const char *value)
void SetRequestId(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)
AWS_GLUE_API BatchGetCrawlersResult()
BatchGetCrawlersResult & WithCrawlersNotFound(const Aws::Vector< Aws::String > &value)
const Aws::String & GetRequestId() const
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