7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TimestreamDatabaseNameT = Aws::String>
49 void SetTimestreamDatabaseName(TimestreamDatabaseNameT&& value) { m_timestreamDatabaseNameHasBeenSet =
true; m_timestreamDatabaseName = std::forward<TimestreamDatabaseNameT>(value); }
50 template<
typename TimestreamDatabaseNameT = Aws::String>
60 template<
typename TimestreamTableNameT = Aws::String>
61 void SetTimestreamTableName(TimestreamTableNameT&& value) { m_timestreamTableNameHasBeenSet =
true; m_timestreamTableName = std::forward<TimestreamTableNameT>(value); }
62 template<
typename TimestreamTableNameT = Aws::String>
68 bool m_timestreamDatabaseNameHasBeenSet =
false;
71 bool m_timestreamTableNameHasBeenSet =
false;
bool TimestreamTableNameHasBeenSet() const
void SetTimestreamDatabaseName(TimestreamDatabaseNameT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimestreamTableName(TimestreamTableNameT &&value)
bool TimestreamDatabaseNameHasBeenSet() const
TimestreamResources & WithTimestreamTableName(TimestreamTableNameT &&value)
const Aws::String & GetTimestreamTableName() const
const Aws::String & GetTimestreamDatabaseName() const
AWS_IOTFLEETWISE_API TimestreamResources(Aws::Utils::Json::JsonView jsonValue)
TimestreamResources & WithTimestreamDatabaseName(TimestreamDatabaseNameT &&value)
AWS_IOTFLEETWISE_API TimestreamResources & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API TimestreamResources()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue