7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datapipeline/model/ParameterAttribute.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename AttributesT = Aws::Vector<ParameterAttribute>>
61 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
62 template<
typename AttributesT = Aws::Vector<ParameterAttribute>>
64 template<
typename AttributesT = ParameterAttribute>
65 ParameterObject&
AddAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace_back(std::forward<AttributesT>(value));
return *
this; }
70 bool m_idHasBeenSet =
false;
73 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