7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ServiceCatalog
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ARNT = Aws::String>
60 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
61 template<
typename ARNT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename CreatedTimeT = Aws::Utils::DateTime>
96 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
103 bool m_idHasBeenSet =
false;
106 bool m_aRNHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
115 bool m_createdTimeHasBeenSet =
false;
ResourceDetail & WithId(IdT &&value)
bool ARNHasBeenSet() const
ResourceDetail & WithARN(ARNT &&value)
void SetARN(ARNT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
void SetCreatedTime(CreatedTimeT &&value)
ResourceDetail & WithDescription(DescriptionT &&value)
ResourceDetail & WithName(NameT &&value)
AWS_SERVICECATALOG_API ResourceDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
bool CreatedTimeHasBeenSet() const
AWS_SERVICECATALOG_API ResourceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_SERVICECATALOG_API ResourceDetail()=default
const Aws::String & GetARN() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
ResourceDetail & WithCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue