7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/model/ParameterType.h>
10#include <aws/databrew/model/DatetimeOptions.h>
11#include <aws/databrew/model/FilterExpression.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
74 template<
typename DatetimeOptionsT = DatetimeOptions>
75 void SetDatetimeOptions(DatetimeOptionsT&& value) { m_datetimeOptionsHasBeenSet =
true; m_datetimeOptions = std::forward<DatetimeOptionsT>(value); }
76 template<
typename DatetimeOptionsT = DatetimeOptions>
87 inline void SetCreateColumn(
bool value) { m_createColumnHasBeenSet =
true; m_createColumn = value; }
98 template<
typename FilterT = FilterExpression>
99 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
100 template<
typename FilterT = FilterExpression>
106 bool m_nameHasBeenSet =
false;
109 bool m_typeHasBeenSet =
false;
111 DatetimeOptions m_datetimeOptions;
112 bool m_datetimeOptionsHasBeenSet =
false;
114 bool m_createColumn{
false};
115 bool m_createColumnHasBeenSet =
false;
117 FilterExpression m_filter;
118 bool m_filterHasBeenSet =
false;
DatasetParameter & WithName(NameT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUEDATABREW_API DatasetParameter(Aws::Utils::Json::JsonView jsonValue)
bool FilterHasBeenSet() const
void SetCreateColumn(bool value)
bool CreateColumnHasBeenSet() const
DatasetParameter & WithDatetimeOptions(DatetimeOptionsT &&value)
AWS_GLUEDATABREW_API DatasetParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API DatasetParameter()=default
ParameterType GetType() const
const Aws::String & GetName() const
bool GetCreateColumn() const
const DatetimeOptions & GetDatetimeOptions() const
DatasetParameter & WithType(ParameterType value)
void SetFilter(FilterT &&value)
bool DatetimeOptionsHasBeenSet() const
DatasetParameter & WithCreateColumn(bool value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
void SetType(ParameterType value)
const FilterExpression & GetFilter() const
void SetDatetimeOptions(DatetimeOptionsT &&value)
bool TypeHasBeenSet() const
DatasetParameter & WithFilter(FilterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue