7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename TimestampFormatsT = Aws::Vector<Aws::String>>
59 void SetTimestampFormats(TimestampFormatsT&& value) { m_timestampFormatsHasBeenSet =
true; m_timestampFormats = std::forward<TimestampFormatsT>(value); }
60 template<
typename TimestampFormatsT = Aws::Vector<Aws::String>>
62 template<
typename TimestampFormatsT = Aws::String>
63 HiveJsonSerDe&
AddTimestampFormats(TimestampFormatsT&& value) { m_timestampFormatsHasBeenSet =
true; m_timestampFormats.emplace_back(std::forward<TimestampFormatsT>(value));
return *
this; }
68 bool m_timestampFormatsHasBeenSet =
false;
AWS_FIREHOSE_API HiveJsonSerDe()=default
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampFormatsHasBeenSet() const
HiveJsonSerDe & WithTimestampFormats(TimestampFormatsT &&value)
AWS_FIREHOSE_API HiveJsonSerDe(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API HiveJsonSerDe & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetTimestampFormats() const
HiveJsonSerDe & AddTimestampFormats(TimestampFormatsT &&value)
void SetTimestampFormats(TimestampFormatsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue