7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 template <
typename DisplayNameT = Aws::String>
61 m_displayNameHasBeenSet =
true;
62 m_displayName = std::forward<DisplayNameT>(value);
64 template <
typename DisplayNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_nameHasBeenSet =
false;
95 bool m_displayNameHasBeenSet =
false;
96 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