7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
102 template<
typename CreationTimeT = Aws::Utils::DateTime>
114 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
115 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
116 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
126 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
138 bool m_idHasBeenSet =
false;
141 bool m_arnHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_creationTimeHasBeenSet =
false;
153 bool m_lastUpdateTimeHasBeenSet =
false;
156 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDescription() const
AttributeGroup & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
AttributeGroup & AddTags(TagsKeyT &&key, TagsValueT &&value)
AttributeGroup & WithLastUpdateTime(LastUpdateTimeT &&value)
AttributeGroup & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool IdHasBeenSet() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
AWS_APPREGISTRY_API AttributeGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
AttributeGroup & WithTags(TagsT &&value)
const Aws::String & GetName() const
bool TagsHasBeenSet() const
const Aws::String & GetArn() const
AttributeGroup & WithId(IdT &&value)
AWS_APPREGISTRY_API AttributeGroup()=default
void SetName(NameT &&value)
bool NameHasBeenSet() const
AttributeGroup & WithArn(ArnT &&value)
const Aws::String & GetId() const
AttributeGroup & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
bool LastUpdateTimeHasBeenSet() const
void SetArn(ArnT &&value)
AWS_APPREGISTRY_API AttributeGroup(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue