7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
43 template <
typename AllowedIPRangeT = Aws::String>
45 m_allowedIPRangeHasBeenSet =
true;
46 m_allowedIPRange = std::forward<AllowedIPRangeT>(value);
48 template <
typename AllowedIPRangeT = Aws::String>
71 template <
typename SecretTokenT = Aws::String>
73 m_secretTokenHasBeenSet =
true;
74 m_secretToken = std::forward<SecretTokenT>(value);
76 template <
typename SecretTokenT = Aws::String>
86 bool m_allowedIPRangeHasBeenSet =
false;
87 bool m_secretTokenHasBeenSet =
false;
AWS_CODEPIPELINE_API WebhookAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSecretToken(SecretTokenT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
WebhookAuthConfiguration & WithSecretToken(SecretTokenT &&value)
AWS_CODEPIPELINE_API WebhookAuthConfiguration()=default
WebhookAuthConfiguration & WithAllowedIPRange(AllowedIPRangeT &&value)
const Aws::String & GetSecretToken() const
bool AllowedIPRangeHasBeenSet() const
bool SecretTokenHasBeenSet() const
void SetAllowedIPRange(AllowedIPRangeT &&value)
const Aws::String & GetAllowedIPRange() const
AWS_CODEPIPELINE_API WebhookAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue