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>
11#include <aws/fis/model/ExperimentOptions.h>
12#include <aws/fis/model/ExperimentState.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename ArnT = Aws::String>
64 m_arnHasBeenSet =
true;
65 m_arn = std::forward<ArnT>(value);
67 template <
typename ArnT = Aws::String>
69 SetArn(std::forward<ArnT>(value));
80 template <
typename ExperimentTemplateIdT = Aws::String>
82 m_experimentTemplateIdHasBeenSet =
true;
83 m_experimentTemplateId = std::forward<ExperimentTemplateIdT>(value);
85 template <
typename ExperimentTemplateIdT = Aws::String>
98 template <
typename StateT = ExperimentState>
100 m_stateHasBeenSet =
true;
101 m_state = std::forward<StateT>(value);
103 template <
typename StateT = ExperimentState>
105 SetState(std::forward<StateT>(value));
116 template <
typename CreationTimeT = Aws::Utils::DateTime>
118 m_creationTimeHasBeenSet =
true;
119 m_creationTime = std::forward<CreationTimeT>(value);
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
158 template <
typename ExperimentOptionsT = ExperimentOptions>
160 m_experimentOptionsHasBeenSet =
true;
161 m_experimentOptions = std::forward<ExperimentOptionsT>(value);
163 template <
typename ExperimentOptionsT = ExperimentOptions>
182 ExperimentOptions m_experimentOptions;
183 bool m_idHasBeenSet =
false;
184 bool m_arnHasBeenSet =
false;
185 bool m_experimentTemplateIdHasBeenSet =
false;
186 bool m_stateHasBeenSet =
false;
187 bool m_creationTimeHasBeenSet =
false;
188 bool m_tagsHasBeenSet =
false;
189 bool m_experimentOptionsHasBeenSet =
false;
bool ExperimentOptionsHasBeenSet() const
const Aws::String & GetExperimentTemplateId() const
ExperimentSummary & WithState(StateT &&value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
bool ArnHasBeenSet() const
bool ExperimentTemplateIdHasBeenSet() const
ExperimentSummary & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetId() const
AWS_FIS_API ExperimentSummary()=default
const ExperimentState & GetState() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool IdHasBeenSet() const
AWS_FIS_API ExperimentSummary(Aws::Utils::Json::JsonView jsonValue)
ExperimentSummary & WithArn(ArnT &&value)
ExperimentSummary & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
const ExperimentOptions & GetExperimentOptions() const
void SetTags(TagsT &&value)
void SetState(StateT &&value)
ExperimentSummary & WithExperimentOptions(ExperimentOptionsT &&value)
void SetExperimentTemplateId(ExperimentTemplateIdT &&value)
ExperimentSummary & WithExperimentTemplateId(ExperimentTemplateIdT &&value)
ExperimentSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
ExperimentSummary & WithId(IdT &&value)
bool CreationTimeHasBeenSet() const
void SetExperimentOptions(ExperimentOptionsT &&value)
const Aws::String & GetArn() const
AWS_FIS_API ExperimentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
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