7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/LaunchActionParameterType.h>
42 m_typeHasBeenSet =
true;
57 template <
typename ValueT = Aws::String>
59 m_valueHasBeenSet =
true;
60 m_value = std::forward<ValueT>(value);
62 template <
typename ValueT = Aws::String>
64 SetValue(std::forward<ValueT>(value));
72 bool m_typeHasBeenSet =
false;
73 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