7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename ValueT = Aws::String>
63 m_valueHasBeenSet =
true;
64 m_value = std::forward<ValueT>(value);
66 template <
typename ValueT = Aws::String>
68 SetValue(std::forward<ValueT>(value));
76 bool m_nameHasBeenSet =
false;
77 bool m_valueHasBeenSet =
false;
const Aws::String & GetName() const
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
AWS_PIPES_API SageMakerPipelineParameter()=default
bool NameHasBeenSet() const
SageMakerPipelineParameter & WithValue(ValueT &&value)
SageMakerPipelineParameter & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_PIPES_API SageMakerPipelineParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API SageMakerPipelineParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue