7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/Webhook.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename WebhookT = Webhook>
38 m_webhookHasBeenSet =
true;
39 m_webhook = std::forward<WebhookT>(value);
41 template <
typename WebhookT = Webhook>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_webhookHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_CODEBUILD_API UpdateWebhookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateWebhookResult & WithRequestId(RequestIdT &&value)
AWS_CODEBUILD_API UpdateWebhookResult()=default
AWS_CODEBUILD_API UpdateWebhookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebhook(WebhookT &&value)
const Aws::String & GetRequestId() const
const Webhook & GetWebhook() const
UpdateWebhookResult & WithWebhook(WebhookT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue