7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/WebhookScopeType.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
63 template<
typename DomainT = Aws::String>
64 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
65 template<
typename DomainT = Aws::String>
82 bool m_nameHasBeenSet =
false;
85 bool m_domainHasBeenSet =
false;
88 bool m_scopeHasBeenSet =
false;
const Aws::String & GetDomain() const
bool DomainHasBeenSet() const
AWS_CODEBUILD_API ScopeConfiguration()=default
ScopeConfiguration & WithDomain(DomainT &&value)
AWS_CODEBUILD_API ScopeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScope(WebhookScopeType value)
bool ScopeHasBeenSet() const
WebhookScopeType GetScope() const
void SetName(NameT &&value)
void SetDomain(DomainT &&value)
AWS_CODEBUILD_API ScopeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
ScopeConfiguration & WithScope(WebhookScopeType value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
ScopeConfiguration & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue