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/Field.h>
21namespace DataPipeline {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename FieldsT = Aws::Vector<Field>>
82 m_fieldsHasBeenSet =
true;
83 m_fields = std::forward<FieldsT>(value);
85 template <
typename FieldsT = Aws::Vector<Field>>
90 template <
typename FieldsT = Field>
92 m_fieldsHasBeenSet =
true;
93 m_fields.emplace_back(std::forward<FieldsT>(value));
103 bool m_idHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
105 bool m_fieldsHasBeenSet =
false;
const Aws::Vector< Field > & GetFields() const
AWS_DATAPIPELINE_API PipelineObject & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_DATAPIPELINE_API PipelineObject(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineObject & WithFields(FieldsT &&value)
bool IdHasBeenSet() const
const Aws::String & GetName() const
PipelineObject & WithName(NameT &&value)
PipelineObject & WithId(IdT &&value)
void SetFields(FieldsT &&value)
void SetName(NameT &&value)
const Aws::String & GetId() const
AWS_DATAPIPELINE_API PipelineObject()=default
PipelineObject & AddFields(FieldsT &&value)
bool FieldsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue