AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListScrapersResult.h
1
6#pragma once
7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/amp/model/ScraperSummary.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 PrometheusService
26{
27namespace Model
28{
36 {
37 public:
38 AWS_PROMETHEUSSERVICE_API ListScrapersResult();
41
42
44
49 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
50 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
51 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
52 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
53 inline ListScrapersResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
54 inline ListScrapersResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
55 inline ListScrapersResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
57
59
63 inline const Aws::Vector<ScraperSummary>& GetScrapers() const{ return m_scrapers; }
64 inline void SetScrapers(const Aws::Vector<ScraperSummary>& value) { m_scrapers = value; }
65 inline void SetScrapers(Aws::Vector<ScraperSummary>&& value) { m_scrapers = std::move(value); }
66 inline ListScrapersResult& WithScrapers(const Aws::Vector<ScraperSummary>& value) { SetScrapers(value); return *this;}
67 inline ListScrapersResult& WithScrapers(Aws::Vector<ScraperSummary>&& value) { SetScrapers(std::move(value)); return *this;}
68 inline ListScrapersResult& AddScrapers(const ScraperSummary& value) { m_scrapers.push_back(value); return *this; }
69 inline ListScrapersResult& AddScrapers(ScraperSummary&& value) { m_scrapers.push_back(std::move(value)); return *this; }
71
73
74 inline const Aws::String& GetRequestId() const{ return m_requestId; }
75 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
76 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
77 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
78 inline ListScrapersResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
79 inline ListScrapersResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
80 inline ListScrapersResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
82 private:
83
84 Aws::String m_nextToken;
85
87
88 Aws::String m_requestId;
89 };
90
91} // namespace Model
92} // namespace PrometheusService
93} // namespace Aws
ListScrapersResult & WithNextToken(const Aws::String &value)
ListScrapersResult & WithNextToken(Aws::String &&value)
ListScrapersResult & AddScrapers(const ScraperSummary &value)
const Aws::Vector< ScraperSummary > & GetScrapers() const
ListScrapersResult & WithNextToken(const char *value)
ListScrapersResult & WithRequestId(const Aws::String &value)
ListScrapersResult & WithRequestId(Aws::String &&value)
ListScrapersResult & WithScrapers(Aws::Vector< ScraperSummary > &&value)
void SetScrapers(Aws::Vector< ScraperSummary > &&value)
AWS_PROMETHEUSSERVICE_API ListScrapersResult()
AWS_PROMETHEUSSERVICE_API ListScrapersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListScrapersResult & AddScrapers(ScraperSummary &&value)
AWS_PROMETHEUSSERVICE_API ListScrapersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListScrapersResult & WithRequestId(const char *value)
void SetScrapers(const Aws::Vector< ScraperSummary > &value)
ListScrapersResult & WithScrapers(const Aws::Vector< ScraperSummary > &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