7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AllowedIPRangeT = Aws::String>
50 void SetAllowedIPRange(AllowedIPRangeT&& value) { m_allowedIPRangeHasBeenSet =
true; m_allowedIPRange = std::forward<AllowedIPRangeT>(value); }
51 template<
typename AllowedIPRangeT = Aws::String>
71 template<
typename SecretTokenT = Aws::String>
72 void SetSecretToken(SecretTokenT&& value) { m_secretTokenHasBeenSet =
true; m_secretToken = std::forward<SecretTokenT>(value); }
73 template<
typename SecretTokenT = Aws::String>
79 bool m_allowedIPRangeHasBeenSet =
false;
82 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