7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/InfluxDBBatchConfig.h>
11#include <aws/iot/model/InfluxDBTimestampUnit.h>
49 template <
typename DestinationArnT = Aws::String>
51 m_destinationArnHasBeenSet =
true;
52 m_destinationArn = std::forward<DestinationArnT>(value);
54 template <
typename DestinationArnT = Aws::String>
68 template <
typename RoleArnT = Aws::String>
70 m_roleArnHasBeenSet =
true;
71 m_roleArn = std::forward<RoleArnT>(value);
73 template <
typename RoleArnT = Aws::String>
87 template <
typename DatabaseNameT = Aws::String>
89 m_databaseNameHasBeenSet =
true;
90 m_databaseName = std::forward<DatabaseNameT>(value);
92 template <
typename DatabaseNameT = Aws::String>
107 template <
typename TableNameT = Aws::String>
109 m_tableNameHasBeenSet =
true;
110 m_tableName = std::forward<TableNameT>(value);
112 template <
typename TableNameT = Aws::String>
127 template <
typename OrganizationT = Aws::String>
129 m_organizationHasBeenSet =
true;
130 m_organization = std::forward<OrganizationT>(value);
132 template <
typename OrganizationT = Aws::String>
148 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
150 m_tagsHasBeenSet =
true;
151 m_tags = std::forward<TagsT>(value);
153 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 SetTags(std::forward<TagsT>(value));
158 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
160 m_tagsHasBeenSet =
true;
161 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
176 m_timestampUnitHasBeenSet =
true;
177 m_timestampUnit = value;
194 template <
typename BatchConfigT = InfluxDBBatchConfig>
196 m_batchConfigHasBeenSet =
true;
197 m_batchConfig = std::forward<BatchConfigT>(value);
199 template <
typename BatchConfigT = InfluxDBBatchConfig>
220 InfluxDBBatchConfig m_batchConfig;
221 bool m_destinationArnHasBeenSet =
false;
222 bool m_roleArnHasBeenSet =
false;
223 bool m_databaseNameHasBeenSet =
false;
224 bool m_tableNameHasBeenSet =
false;
225 bool m_organizationHasBeenSet =
false;
226 bool m_tagsHasBeenSet =
false;
227 bool m_timestampUnitHasBeenSet =
false;
228 bool m_batchConfigHasBeenSet =
false;
const InfluxDBBatchConfig & GetBatchConfig() const
const Aws::String & GetTableName() const
void SetTags(TagsT &&value)
const Aws::String & GetDatabaseName() const
bool DestinationArnHasBeenSet() const
AWS_IOT_API InfluxDBAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimestampUnit(InfluxDBTimestampUnit value)
const Aws::String & GetRoleArn() const
void SetTableName(TableNameT &&value)
InfluxDBAction & WithOrganization(OrganizationT &&value)
InfluxDBAction & WithTableName(TableNameT &&value)
InfluxDBAction & WithRoleArn(RoleArnT &&value)
bool TableNameHasBeenSet() const
InfluxDBAction & WithDestinationArn(DestinationArnT &&value)
InfluxDBAction & WithTimestampUnit(InfluxDBTimestampUnit value)
InfluxDBAction & WithBatchConfig(BatchConfigT &&value)
bool RoleArnHasBeenSet() const
InfluxDBTimestampUnit GetTimestampUnit() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
InfluxDBAction & WithDatabaseName(DatabaseNameT &&value)
InfluxDBAction & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDestinationArn() const
AWS_IOT_API InfluxDBAction(Aws::Utils::Json::JsonView jsonValue)
bool TimestampUnitHasBeenSet() const
bool DatabaseNameHasBeenSet() const
bool OrganizationHasBeenSet() const
void SetBatchConfig(BatchConfigT &&value)
AWS_IOT_API InfluxDBAction()=default
void SetRoleArn(RoleArnT &&value)
bool BatchConfigHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
const Aws::String & GetOrganization() const
void SetOrganization(OrganizationT &&value)
void SetDatabaseName(DatabaseNameT &&value)
void SetDestinationArn(DestinationArnT &&value)
InfluxDBAction & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue