7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
19namespace GlueDataBrew {
45 template <
typename FormatT = Aws::String>
47 m_formatHasBeenSet =
true;
48 m_format = std::forward<FormatT>(value);
50 template <
typename FormatT = Aws::String>
65 template <
typename TimezoneOffsetT = Aws::String>
67 m_timezoneOffsetHasBeenSet =
true;
68 m_timezoneOffset = std::forward<TimezoneOffsetT>(value);
70 template <
typename TimezoneOffsetT = Aws::String>
84 template <
typename LocaleCodeT = Aws::String>
86 m_localeCodeHasBeenSet =
true;
87 m_localeCode = std::forward<LocaleCodeT>(value);
89 template <
typename LocaleCodeT = Aws::String>
101 bool m_formatHasBeenSet =
false;
102 bool m_timezoneOffsetHasBeenSet =
false;
103 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