7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/model/LaunchActionParameterType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ValueT = Aws::String>
58 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
59 template<
typename ValueT = Aws::String>
65 bool m_typeHasBeenSet =
false;
68 bool m_valueHasBeenSet =
false;
AWS_DRS_API LaunchActionParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AWS_DRS_API LaunchActionParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API LaunchActionParameter()=default
LaunchActionParameter & WithType(LaunchActionParameterType value)
const Aws::String & GetValue() const
void SetType(LaunchActionParameterType value)
bool TypeHasBeenSet() const
LaunchActionParameterType GetType() const
LaunchActionParameter & WithValue(ValueT &&value)
LaunchActionParameterType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue