7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/model/TimestreamTimestamp.h>
11#include <aws/iot/model/TimestreamDimension.h>
55 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
69 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
83 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
123 bool m_roleArnHasBeenSet =
false;
126 bool m_databaseNameHasBeenSet =
false;
129 bool m_tableNameHasBeenSet =
false;
132 bool m_dimensionsHasBeenSet =
false;
135 bool m_timestampHasBeenSet =
false;
TimestreamAction & AddDimensions(TimestreamDimension &&value)
const Aws::String & GetDatabaseName() const
const Aws::String & GetTableName() const
TimestreamAction & WithTableName(Aws::String &&value)
TimestreamAction & WithTimestamp(TimestreamTimestamp &&value)
void SetTableName(const char *value)
const TimestreamTimestamp & GetTimestamp() const
bool RoleArnHasBeenSet() const
TimestreamAction & WithDatabaseName(Aws::String &&value)
const Aws::Vector< TimestreamDimension > & GetDimensions() const
TimestreamAction & WithTableName(const Aws::String &value)
void SetDatabaseName(const Aws::String &value)
TimestreamAction & WithRoleArn(const char *value)
TimestreamAction & AddDimensions(const TimestreamDimension &value)
bool DatabaseNameHasBeenSet() const
AWS_IOT_API TimestreamAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDimensions(const Aws::Vector< TimestreamDimension > &value)
TimestreamAction & WithDatabaseName(const char *value)
bool DimensionsHasBeenSet() const
bool TimestampHasBeenSet() const
TimestreamAction & WithDimensions(Aws::Vector< TimestreamDimension > &&value)
TimestreamAction & WithTableName(const char *value)
void SetTimestamp(TimestreamTimestamp &&value)
TimestreamAction & WithTimestamp(const TimestreamTimestamp &value)
void SetTableName(const Aws::String &value)
void SetTimestamp(const TimestreamTimestamp &value)
TimestreamAction & WithDimensions(const Aws::Vector< TimestreamDimension > &value)
void SetDatabaseName(const char *value)
void SetDimensions(Aws::Vector< TimestreamDimension > &&value)
AWS_IOT_API TimestreamAction()
TimestreamAction & WithRoleArn(Aws::String &&value)
void SetTableName(Aws::String &&value)
void SetRoleArn(const char *value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleArn() const
TimestreamAction & WithRoleArn(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
TimestreamAction & WithDatabaseName(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
AWS_IOT_API TimestreamAction(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseName(Aws::String &&value)
bool TableNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue