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/Field.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename FieldsT = Aws::Vector<Field>>
75 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
76 template<
typename FieldsT = Aws::Vector<Field>>
78 template<
typename FieldsT = Field>
79 PipelineObject&
AddFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields.emplace_back(std::forward<FieldsT>(value));
return *
this; }
84 bool m_idHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 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