7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fis/FIS_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename CreationTimeT = Aws::Utils::DateTime>
98 m_creationTimeHasBeenSet =
true;
99 m_creationTime = std::forward<CreationTimeT>(value);
101 template <
typename CreationTimeT = Aws::Utils::DateTime>
114 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
116 m_lastUpdateTimeHasBeenSet =
true;
117 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
119 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 m_tagsHasBeenSet =
true;
135 m_tags = std::forward<TagsT>(value);
137 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 SetTags(std::forward<TagsT>(value));
142 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
144 m_tagsHasBeenSet =
true;
145 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
161 bool m_idHasBeenSet =
false;
162 bool m_arnHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
164 bool m_creationTimeHasBeenSet =
false;
165 bool m_lastUpdateTimeHasBeenSet =
false;
166 bool m_tagsHasBeenSet =
false;
AWS_FIS_API ExperimentTemplateSummary()=default
bool ArnHasBeenSet() const
ExperimentTemplateSummary & WithId(IdT &&value)
ExperimentTemplateSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
void SetLastUpdateTime(LastUpdateTimeT &&value)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
ExperimentTemplateSummary & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_FIS_API ExperimentTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetArn() const
bool TagsHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool DescriptionHasBeenSet() const
const Aws::String & GetId() const
ExperimentTemplateSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_FIS_API ExperimentTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
const Aws::String & GetDescription() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentTemplateSummary & WithCreationTime(CreationTimeT &&value)
ExperimentTemplateSummary & WithDescription(DescriptionT &&value)
bool LastUpdateTimeHasBeenSet() const
ExperimentTemplateSummary & WithArn(ArnT &&value)
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