7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetBadgeEnabled(
bool value) { m_badgeEnabledHasBeenSet =
true; m_badgeEnabled = value; }
61 inline void SetBadgeRequestUrl(
const char* value) { m_badgeRequestUrlHasBeenSet =
true; m_badgeRequestUrl.assign(value); }
69 bool m_badgeEnabledHasBeenSet =
false;
72 bool m_badgeRequestUrlHasBeenSet =
false;
ProjectBadge & WithBadgeRequestUrl(const char *value)
void SetBadgeRequestUrl(Aws::String &&value)
void SetBadgeRequestUrl(const char *value)
bool BadgeEnabledHasBeenSet() const
ProjectBadge & WithBadgeRequestUrl(const Aws::String &value)
bool GetBadgeEnabled() const
AWS_CODEBUILD_API ProjectBadge(Aws::Utils::Json::JsonView jsonValue)
ProjectBadge & WithBadgeEnabled(bool value)
AWS_CODEBUILD_API ProjectBadge & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBadgeRequestUrl(const Aws::String &value)
const Aws::String & GetBadgeRequestUrl() const
void SetBadgeEnabled(bool value)
bool BadgeRequestUrlHasBeenSet() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEBUILD_API ProjectBadge()
ProjectBadge & WithBadgeRequestUrl(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue