7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 inline void SetWebhookArn(
const char* value) { m_webhookArnHasBeenSet =
true; m_webhookArn.assign(value); }
64 inline void SetWebhookId(
const char* value) { m_webhookIdHasBeenSet =
true; m_webhookId.assign(value); }
78 inline void SetWebhookUrl(
const char* value) { m_webhookUrlHasBeenSet =
true; m_webhookUrl.assign(value); }
92 inline void SetBranchName(
const char* value) { m_branchNameHasBeenSet =
true; m_branchName.assign(value); }
106 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
138 bool m_webhookArnHasBeenSet =
false;
141 bool m_webhookIdHasBeenSet =
false;
144 bool m_webhookUrlHasBeenSet =
false;
147 bool m_branchNameHasBeenSet =
false;
150 bool m_descriptionHasBeenSet =
false;
153 bool m_createTimeHasBeenSet =
false;
156 bool m_updateTimeHasBeenSet =
false;
bool WebhookIdHasBeenSet() const
void SetDescription(const char *value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
Webhook & WithCreateTime(Aws::Utils::DateTime &&value)
void SetBranchName(const char *value)
Webhook & WithWebhookArn(Aws::String &&value)
void SetWebhookArn(const char *value)
bool DescriptionHasBeenSet() const
const Aws::String & GetBranchName() const
bool BranchNameHasBeenSet() const
Webhook & WithWebhookUrl(Aws::String &&value)
Webhook & WithBranchName(const Aws::String &value)
Webhook & WithWebhookArn(const char *value)
void SetWebhookId(const char *value)
Webhook & WithWebhookArn(const Aws::String &value)
void SetBranchName(Aws::String &&value)
Webhook & WithWebhookUrl(const Aws::String &value)
bool WebhookUrlHasBeenSet() const
const Aws::String & GetWebhookId() const
void SetDescription(Aws::String &&value)
AWS_AMPLIFY_API Webhook()
void SetDescription(const Aws::String &value)
Webhook & WithDescription(const Aws::String &value)
AWS_AMPLIFY_API Webhook(Aws::Utils::Json::JsonView jsonValue)
Webhook & WithDescription(Aws::String &&value)
Webhook & WithDescription(const char *value)
Webhook & WithUpdateTime(Aws::Utils::DateTime &&value)
void SetWebhookId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreateTime() const
Webhook & WithWebhookId(const char *value)
const Aws::String & GetWebhookArn() const
bool WebhookArnHasBeenSet() const
Webhook & WithWebhookUrl(const char *value)
bool UpdateTimeHasBeenSet() const
bool CreateTimeHasBeenSet() const
void SetWebhookUrl(Aws::String &&value)
void SetBranchName(const Aws::String &value)
const Aws::String & GetDescription() const
Webhook & WithBranchName(const char *value)
void SetCreateTime(const Aws::Utils::DateTime &value)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWebhookUrl(const Aws::String &value)
Webhook & WithWebhookId(const Aws::String &value)
Webhook & WithUpdateTime(const Aws::Utils::DateTime &value)
const Aws::String & GetWebhookUrl() const
Webhook & WithBranchName(Aws::String &&value)
void SetWebhookUrl(const char *value)
void SetWebhookArn(Aws::String &&value)
Webhook & WithCreateTime(const Aws::Utils::DateTime &value)
void SetWebhookArn(const Aws::String &value)
void SetWebhookId(const Aws::String &value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
Webhook & WithWebhookId(Aws::String &&value)
void SetCreateTime(Aws::Utils::DateTime &&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