7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AttributeNameT = Aws::String>
48 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
49 template<
typename AttributeNameT = Aws::String>
60 template<
typename TimestampFormatT = Aws::String>
61 void SetTimestampFormat(TimestampFormatT&& value) { m_timestampFormatHasBeenSet =
true; m_timestampFormat = std::forward<TimestampFormatT>(value); }
62 template<
typename TimestampFormatT = Aws::String>
68 bool m_attributeNameHasBeenSet =
false;
71 bool m_timestampFormatHasBeenSet =
false;
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
TimestampPartition & WithAttributeName(AttributeNameT &&value)
void SetTimestampFormat(TimestampFormatT &&value)
bool AttributeNameHasBeenSet() const
AWS_IOTANALYTICS_API TimestampPartition()=default
AWS_IOTANALYTICS_API TimestampPartition(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API TimestampPartition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeName(AttributeNameT &&value)
const Aws::String & GetTimestampFormat() const
const Aws::String & GetAttributeName() const
TimestampPartition & WithTimestampFormat(TimestampFormatT &&value)
bool TimestampFormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue