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>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
72 bool m_idHasBeenSet =
false;
75 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
const Aws::String & GetId() const
ParameterObject & AddAttributes(ParameterAttribute &&value)
const Aws::Vector< ParameterAttribute > & GetAttributes() const
void SetId(const Aws::String &value)
AWS_DATAPIPELINE_API ParameterObject & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterObject & WithId(const Aws::String &value)
ParameterObject & WithId(const char *value)
ParameterObject & WithAttributes(Aws::Vector< ParameterAttribute > &&value)
void SetAttributes(Aws::Vector< ParameterAttribute > &&value)
void SetId(Aws::String &&value)
ParameterObject & WithId(Aws::String &&value)
ParameterObject & WithAttributes(const Aws::Vector< ParameterAttribute > &value)
bool IdHasBeenSet() const
void SetId(const char *value)
AWS_DATAPIPELINE_API ParameterObject()
void SetAttributes(const Aws::Vector< ParameterAttribute > &value)
ParameterObject & AddAttributes(const ParameterAttribute &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