7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/WebhookScopeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
63 template <
typename DomainT = Aws::String>
65 m_domainHasBeenSet =
true;
66 m_domain = std::forward<DomainT>(value);
68 template <
typename DomainT = Aws::String>
83 m_scopeHasBeenSet =
true;
97 bool m_nameHasBeenSet =
false;
98 bool m_domainHasBeenSet =
false;
99 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