7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/WebhookScopeType.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
67 inline void SetDomain(
const char* value) { m_domainHasBeenSet =
true; m_domain.assign(value); }
87 bool m_nameHasBeenSet =
false;
90 bool m_domainHasBeenSet =
false;
93 bool m_scopeHasBeenSet =
false;
ScopeConfiguration & WithName(Aws::String &&value)
const Aws::String & GetDomain() const
void SetDomain(Aws::String &&value)
void SetName(const char *value)
ScopeConfiguration & WithDomain(const char *value)
bool DomainHasBeenSet() const
void SetScope(const WebhookScopeType &value)
void SetScope(WebhookScopeType &&value)
ScopeConfiguration & WithName(const Aws::String &value)
ScopeConfiguration & WithDomain(const Aws::String &value)
const WebhookScopeType & GetScope() const
AWS_CODEBUILD_API ScopeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomain(const Aws::String &value)
ScopeConfiguration & WithScope(const WebhookScopeType &value)
ScopeConfiguration & WithDomain(Aws::String &&value)
bool ScopeHasBeenSet() const
AWS_CODEBUILD_API ScopeConfiguration()
ScopeConfiguration & WithName(const char *value)
void SetDomain(const char *value)
AWS_CODEBUILD_API ScopeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
ScopeConfiguration & WithScope(WebhookScopeType &&value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue