7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
113 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
114 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
124 template<
typename CreatedByT = Aws::String>
125 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
126 template<
typename CreatedByT = Aws::String>
132 bool m_idHasBeenSet =
false;
135 bool m_arnHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_creationTimeHasBeenSet =
false;
147 bool m_lastUpdateTimeHasBeenSet =
false;
150 bool m_createdByHasBeenSet =
false;
AttributeGroupSummary & WithCreatedBy(CreatedByT &&value)
void SetCreatedBy(CreatedByT &&value)
AWS_APPREGISTRY_API AttributeGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributeGroupSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
AttributeGroupSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
bool DescriptionHasBeenSet() const
AttributeGroupSummary & WithId(IdT &&value)
bool ArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_APPREGISTRY_API AttributeGroupSummary()=default
bool NameHasBeenSet() const
AttributeGroupSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetName() const
AttributeGroupSummary & WithDescription(DescriptionT &&value)
AWS_APPREGISTRY_API AttributeGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool LastUpdateTimeHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
const Aws::String & GetCreatedBy() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDescription() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreationTime() const
AttributeGroupSummary & WithName(NameT &&value)
const Aws::String & GetId() const
bool CreatedByHasBeenSet() const
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
const Aws::String & GetArn() const
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue