7#include <aws/amplify/AmplifyRequest.h>
8#include <aws/amplify/Amplify_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename WebhookIdT = Aws::String>
43 m_webhookIdHasBeenSet =
true;
44 m_webhookId = std::forward<WebhookIdT>(value);
46 template <
typename WebhookIdT = Aws::String>
59 template <
typename BranchNameT = Aws::String>
61 m_branchNameHasBeenSet =
true;
62 m_branchName = std::forward<BranchNameT>(value);
64 template <
typename BranchNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_webhookIdHasBeenSet =
false;
95 bool m_branchNameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
bool WebhookIdHasBeenSet() const
void SetBranchName(BranchNameT &&value)
const Aws::String & GetBranchName() const
AWS_AMPLIFY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateWebhookRequest & WithDescription(DescriptionT &&value)
AWS_AMPLIFY_API UpdateWebhookRequest()=default
const Aws::String & GetWebhookId() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
UpdateWebhookRequest & WithBranchName(BranchNameT &&value)
bool BranchNameHasBeenSet() const
void SetWebhookId(WebhookIdT &&value)
UpdateWebhookRequest & WithWebhookId(WebhookIdT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String