7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/codepipeline/model/WebhookDefinition.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/codepipeline/model/Tag.h>
71 bool m_webhookHasBeenSet =
false;
74 bool m_tagsHasBeenSet =
false;
PutWebhookRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_CODEPIPELINE_API PutWebhookRequest()
PutWebhookRequest & AddTags(const Tag &value)
bool TagsHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetWebhook(const WebhookDefinition &value)
const WebhookDefinition & GetWebhook() const
PutWebhookRequest & WithTags(const Aws::Vector< Tag > &value)
void SetTags(const Aws::Vector< Tag > &value)
bool WebhookHasBeenSet() const
PutWebhookRequest & WithWebhook(const WebhookDefinition &value)
PutWebhookRequest & WithWebhook(WebhookDefinition &&value)
PutWebhookRequest & AddTags(Tag &&value)
void SetWebhook(WebhookDefinition &&value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector