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>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
101 template<
typename CreationTimeT = Aws::Utils::DateTime>
102 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
103 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;
142 template<
typename ApplicationTagT = Aws::Map<Aws::String, Aws::String>>
143 void SetApplicationTag(ApplicationTagT&& value) { m_applicationTagHasBeenSet =
true; m_applicationTag = std::forward<ApplicationTagT>(value); }
144 template<
typename ApplicationTagT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename ApplicationTagKeyT = Aws::String,
typename ApplicationTagValueT = Aws::String>
148 m_applicationTagHasBeenSet =
true; m_applicationTag.emplace(std::forward<ApplicationTagKeyT>(key), std::forward<ApplicationTagValueT>(value));
return *
this;
154 bool m_idHasBeenSet =
false;
157 bool m_arnHasBeenSet =
false;
160 bool m_nameHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
166 bool m_creationTimeHasBeenSet =
false;
169 bool m_lastUpdateTimeHasBeenSet =
false;
172 bool m_tagsHasBeenSet =
false;
175 bool m_applicationTagHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ApplicationTagHasBeenSet() const
const Aws::String & GetArn() const
bool IdHasBeenSet() const
Application & WithLastUpdateTime(LastUpdateTimeT &&value)
Application & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetArn(ArnT &&value)
Application & WithId(IdT &&value)
bool LastUpdateTimeHasBeenSet() const
bool TagsHasBeenSet() const
Application & WithApplicationTag(ApplicationTagT &&value)
Application & WithTags(TagsT &&value)
AWS_APPREGISTRY_API Application & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
Application & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetApplicationTag() const
Application & AddApplicationTag(ApplicationTagKeyT &&key, ApplicationTagValueT &&value)
void SetApplicationTag(ApplicationTagT &&value)
void SetCreationTime(CreationTimeT &&value)
Application & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetId() const
bool ArnHasBeenSet() const
Application & WithArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
AWS_APPREGISTRY_API Application(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
bool NameHasBeenSet() const
Application & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_APPREGISTRY_API Application()=default
bool CreationTimeHasBeenSet() 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