7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename FormatT = Aws::String>
52 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
53 template<
typename FormatT = Aws::String>
65 template<
typename TimezoneOffsetT = Aws::String>
66 void SetTimezoneOffset(TimezoneOffsetT&& value) { m_timezoneOffsetHasBeenSet =
true; m_timezoneOffset = std::forward<TimezoneOffsetT>(value); }
67 template<
typename TimezoneOffsetT = Aws::String>
78 template<
typename LocaleCodeT = Aws::String>
79 void SetLocaleCode(LocaleCodeT&& value) { m_localeCodeHasBeenSet =
true; m_localeCode = std::forward<LocaleCodeT>(value); }
80 template<
typename LocaleCodeT = Aws::String>
86 bool m_formatHasBeenSet =
false;
89 bool m_timezoneOffsetHasBeenSet =
false;
92 bool m_localeCodeHasBeenSet =
false;
bool LocaleCodeHasBeenSet() const
void SetFormat(FormatT &&value)
bool TimezoneOffsetHasBeenSet() const
const Aws::String & GetFormat() const
AWS_GLUEDATABREW_API DatetimeOptions(Aws::Utils::Json::JsonView jsonValue)
void SetTimezoneOffset(TimezoneOffsetT &&value)
DatetimeOptions & WithTimezoneOffset(TimezoneOffsetT &&value)
DatetimeOptions & WithFormat(FormatT &&value)
DatetimeOptions & WithLocaleCode(LocaleCodeT &&value)
AWS_GLUEDATABREW_API DatetimeOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocaleCode() const
AWS_GLUEDATABREW_API DatetimeOptions()=default
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocaleCode(LocaleCodeT &&value)
const Aws::String & GetTimezoneOffset() const
bool FormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue