7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
59 template<
typename DisplayNameT = Aws::String>
60 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
61 template<
typename DisplayNameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_displayNameHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
AWS_CODECATALYST_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API ProjectSummary()=default
ProjectSummary & WithName(NameT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDisplayName() const
bool NameHasBeenSet() const
bool DisplayNameHasBeenSet() const
ProjectSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
ProjectSummary & WithDisplayName(DisplayNameT &&value)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODECATALYST_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue