7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/WebhookType.h>
20namespace DevOpsAgent {
42 template <
typename WebhookUrlT = Aws::String>
44 m_webhookUrlHasBeenSet =
true;
45 m_webhookUrl = std::forward<WebhookUrlT>(value);
47 template <
typename WebhookUrlT = Aws::String>
61 m_webhookTypeHasBeenSet =
true;
62 m_webhookType = value;
76 template <
typename WebhookIdT = Aws::String>
78 m_webhookIdHasBeenSet =
true;
79 m_webhookId = std::forward<WebhookIdT>(value);
81 template <
typename WebhookIdT = Aws::String>
93 bool m_webhookUrlHasBeenSet =
false;
94 bool m_webhookTypeHasBeenSet =
false;
95 bool m_webhookIdHasBeenSet =
false;
void SetWebhookUrl(WebhookUrlT &&value)
void SetWebhookType(WebhookType value)
void SetWebhookId(WebhookIdT &&value)
AWS_DEVOPSAGENT_API Webhook()=default
AWS_DEVOPSAGENT_API Webhook & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WebhookUrlHasBeenSet() const
bool WebhookIdHasBeenSet() const
const Aws::String & GetWebhookId() const
AWS_DEVOPSAGENT_API Webhook(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWebhookUrl() const
bool WebhookTypeHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
Webhook & WithWebhookId(WebhookIdT &&value)
Webhook & WithWebhookUrl(WebhookUrlT &&value)
Webhook & WithWebhookType(WebhookType value)
WebhookType GetWebhookType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue