7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datapipeline/DataPipeline_EXPORTS.h>
10#include <aws/datapipeline/model/ParameterAttribute.h>
21namespace DataPipeline {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename AttributesT = Aws::Vector<ParameterAttribute>>
62 m_attributesHasBeenSet =
true;
63 m_attributes = std::forward<AttributesT>(value);
65 template <
typename AttributesT = Aws::Vector<ParameterAttribute>>
70 template <
typename AttributesT = ParameterAttribute>
72 m_attributesHasBeenSet =
true;
73 m_attributes.emplace_back(std::forward<AttributesT>(value));
81 bool m_idHasBeenSet =
false;
82 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
const Aws::String & GetId() const
ParameterObject & WithAttributes(AttributesT &&value)
const Aws::Vector< ParameterAttribute > & GetAttributes() const
AWS_DATAPIPELINE_API ParameterObject & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterObject & AddAttributes(AttributesT &&value)
bool IdHasBeenSet() const
AWS_DATAPIPELINE_API ParameterObject()=default
ParameterObject & WithId(IdT &&value)
void SetAttributes(AttributesT &&value)
AWS_DATAPIPELINE_API ParameterObject(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue