7#include <aws/fis/FIS_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>
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>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
96 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
97 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
98 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
110 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
114 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
120 bool m_idHasBeenSet =
false;
123 bool m_arnHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_creationTimeHasBeenSet =
false;
132 bool m_lastUpdateTimeHasBeenSet =
false;
135 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