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;
const Aws::String & GetRequestId() const
AWS_CODEBUILD_API CreateWebhookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Webhook & GetWebhook() const
CreateWebhookResult & WithWebhook(WebhookT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CODEBUILD_API CreateWebhookResult()=default
AWS_CODEBUILD_API CreateWebhookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebhook(WebhookT &&value)
CreateWebhookResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue