7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 m_badgeEnabledHasBeenSet =
true;
44 m_badgeEnabled = value;
59 template <
typename BadgeRequestUrlT = Aws::String>
61 m_badgeRequestUrlHasBeenSet =
true;
62 m_badgeRequestUrl = std::forward<BadgeRequestUrlT>(value);
64 template <
typename BadgeRequestUrlT = Aws::String>
71 bool m_badgeEnabled{
false};
74 bool m_badgeEnabledHasBeenSet =
false;
75 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