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; }
59 template<
typename BadgeRequestUrlT = Aws::String>
60 void SetBadgeRequestUrl(BadgeRequestUrlT&& value) { m_badgeRequestUrlHasBeenSet =
true; m_badgeRequestUrl = std::forward<BadgeRequestUrlT>(value); }
61 template<
typename BadgeRequestUrlT = Aws::String>
66 bool m_badgeEnabled{
false};
67 bool m_badgeEnabledHasBeenSet =
false;
70 bool m_badgeRequestUrlHasBeenSet =
false;
bool BadgeEnabledHasBeenSet() const
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)
const Aws::String & GetBadgeRequestUrl() const
void SetBadgeEnabled(bool value)
void SetBadgeRequestUrl(BadgeRequestUrlT &&value)
AWS_CODEBUILD_API ProjectBadge()=default
bool BadgeRequestUrlHasBeenSet() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectBadge & WithBadgeRequestUrl(BadgeRequestUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue