7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AppIdT = Aws::String>
46 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
47 template<
typename AppIdT = Aws::String>
57 template<
typename BranchNameT = Aws::String>
58 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
59 template<
typename BranchNameT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
77 bool m_appIdHasBeenSet =
false;
80 bool m_branchNameHasBeenSet =
false;
83 bool m_descriptionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetBranchName(BranchNameT &&value)
bool AppIdHasBeenSet() const
CreateWebhookRequest & WithDescription(DescriptionT &&value)
AWS_AMPLIFY_API CreateWebhookRequest()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetAppId() const
const Aws::String & GetBranchName() const
AWS_AMPLIFY_API Aws::String SerializePayload() const override
CreateWebhookRequest & WithAppId(AppIdT &&value)
bool BranchNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateWebhookRequest & WithBranchName(BranchNameT &&value)
void SetAppId(AppIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String