7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
73 bool m_idHasBeenSet =
false;
74 bool m_nameHasBeenSet =
false;
bool IdHasBeenSet() const
SubscribedProject & WithName(NameT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_DATAZONE_API SubscribedProject(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API SubscribedProject()=default
const Aws::String & GetId() const
AWS_DATAZONE_API SubscribedProject & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SubscribedProject & WithId(IdT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue