AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListWebhooksResult.h
1
6#pragma once
7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplify/model/Webhook.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 Amplify
26{
27namespace Model
28{
36 {
37 public:
38 AWS_AMPLIFY_API ListWebhooksResult();
41
42
44
47 inline const Aws::Vector<Webhook>& GetWebhooks() const{ return m_webhooks; }
48 inline void SetWebhooks(const Aws::Vector<Webhook>& value) { m_webhooks = value; }
49 inline void SetWebhooks(Aws::Vector<Webhook>&& value) { m_webhooks = std::move(value); }
50 inline ListWebhooksResult& WithWebhooks(const Aws::Vector<Webhook>& value) { SetWebhooks(value); return *this;}
51 inline ListWebhooksResult& WithWebhooks(Aws::Vector<Webhook>&& value) { SetWebhooks(std::move(value)); return *this;}
52 inline ListWebhooksResult& AddWebhooks(const Webhook& value) { m_webhooks.push_back(value); return *this; }
53 inline ListWebhooksResult& AddWebhooks(Webhook&& value) { m_webhooks.push_back(std::move(value)); return *this; }
55
57
61 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
62 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
63 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
64 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
65 inline ListWebhooksResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
66 inline ListWebhooksResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
67 inline ListWebhooksResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline ListWebhooksResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline ListWebhooksResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline ListWebhooksResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 Aws::Vector<Webhook> m_webhooks;
83
84 Aws::String m_nextToken;
85
86 Aws::String m_requestId;
87 };
88
89} // namespace Model
90} // namespace Amplify
91} // namespace Aws
ListWebhooksResult & WithRequestId(const Aws::String &value)
ListWebhooksResult & AddWebhooks(Webhook &&value)
ListWebhooksResult & WithWebhooks(const Aws::Vector< Webhook > &value)
ListWebhooksResult & WithWebhooks(Aws::Vector< Webhook > &&value)
const Aws::String & GetNextToken() const
ListWebhooksResult & WithNextToken(Aws::String &&value)
ListWebhooksResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetNextToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AWS_AMPLIFY_API ListWebhooksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListWebhooksResult & AddWebhooks(const Webhook &value)
ListWebhooksResult & WithNextToken(const Aws::String &value)
const Aws::Vector< Webhook > & GetWebhooks() const
void SetWebhooks(Aws::Vector< Webhook > &&value)
AWS_AMPLIFY_API ListWebhooksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebhooks(const Aws::Vector< Webhook > &value)
ListWebhooksResult & WithNextToken(const char *value)
ListWebhooksResult & WithRequestId(Aws::String &&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