7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
40 template <
typename SourceT = Aws::String>
42 m_sourceHasBeenSet =
true;
43 m_source = std::forward<SourceT>(value);
45 template <
typename SourceT = Aws::String>
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_sourceHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_FIS_API ExperimentStopCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
const Aws::String & GetSource() const
bool SourceHasBeenSet() const
AWS_FIS_API ExperimentStopCondition()=default
ExperimentStopCondition & WithValue(ValueT &&value)
void SetSource(SourceT &&value)
AWS_FIS_API ExperimentStopCondition(Aws::Utils::Json::JsonView jsonValue)
ExperimentStopCondition & WithSource(SourceT &&value)
const Aws::String & GetValue() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue