7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename WebhookArnT = Aws::String>
44 m_webhookArnHasBeenSet =
true;
45 m_webhookArn = std::forward<WebhookArnT>(value);
47 template <
typename WebhookArnT = Aws::String>
60 template <
typename WebhookIdT = Aws::String>
62 m_webhookIdHasBeenSet =
true;
63 m_webhookId = std::forward<WebhookIdT>(value);
65 template <
typename WebhookIdT = Aws::String>
78 template <
typename WebhookUrlT = Aws::String>
80 m_webhookUrlHasBeenSet =
true;
81 m_webhookUrl = std::forward<WebhookUrlT>(value);
83 template <
typename WebhookUrlT = Aws::String>
96 template <
typename AppIdT = Aws::String>
98 m_appIdHasBeenSet =
true;
99 m_appId = std::forward<AppIdT>(value);
101 template <
typename AppIdT = Aws::String>
103 SetAppId(std::forward<AppIdT>(value));
114 template <
typename BranchNameT = Aws::String>
116 m_branchNameHasBeenSet =
true;
117 m_branchName = std::forward<BranchNameT>(value);
119 template <
typename BranchNameT = Aws::String>
132 template <
typename DescriptionT = Aws::String>
134 m_descriptionHasBeenSet =
true;
135 m_description = std::forward<DescriptionT>(value);
137 template <
typename DescriptionT = Aws::String>
150 template <
typename CreateTimeT = Aws::Utils::DateTime>
152 m_createTimeHasBeenSet =
true;
153 m_createTime = std::forward<CreateTimeT>(value);
155 template <
typename CreateTimeT = Aws::Utils::DateTime>
168 template <
typename UpdateTimeT = Aws::Utils::DateTime>
170 m_updateTimeHasBeenSet =
true;
171 m_updateTime = std::forward<UpdateTimeT>(value);
173 template <
typename UpdateTimeT = Aws::Utils::DateTime>
195 bool m_webhookArnHasBeenSet =
false;
196 bool m_webhookIdHasBeenSet =
false;
197 bool m_webhookUrlHasBeenSet =
false;
198 bool m_appIdHasBeenSet =
false;
199 bool m_branchNameHasBeenSet =
false;
200 bool m_descriptionHasBeenSet =
false;
201 bool m_createTimeHasBeenSet =
false;
202 bool m_updateTimeHasBeenSet =
false;
bool WebhookIdHasBeenSet() const
void SetBranchName(BranchNameT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AWS_AMPLIFY_API Webhook()=default
bool DescriptionHasBeenSet() const
Webhook & WithBranchName(BranchNameT &&value)
const Aws::String & GetBranchName() const
Webhook & WithCreateTime(CreateTimeT &&value)
bool BranchNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
Webhook & WithUpdateTime(UpdateTimeT &&value)
Webhook & WithWebhookUrl(WebhookUrlT &&value)
bool WebhookUrlHasBeenSet() const
const Aws::String & GetWebhookId() const
void SetWebhookArn(WebhookArnT &&value)
AWS_AMPLIFY_API Webhook(Aws::Utils::Json::JsonView jsonValue)
void SetAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
void SetWebhookUrl(WebhookUrlT &&value)
Webhook & WithAppId(AppIdT &&value)
Webhook & WithWebhookArn(WebhookArnT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetWebhookArn() const
bool WebhookArnHasBeenSet() const
bool UpdateTimeHasBeenSet() const
bool CreateTimeHasBeenSet() const
const Aws::String & GetDescription() const
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetWebhookUrl() const
Webhook & WithWebhookId(WebhookIdT &&value)
const Aws::String & GetAppId() const
void SetWebhookId(WebhookIdT &&value)
Webhook & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetCreateTime(CreateTimeT &&value)
AWS_AMPLIFY_API Webhook & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue