7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/InfluxDBSecretType.h>
10#include <aws/iot/model/InfluxDBVersion.h>
44 template <
typename Endpo
intT = Aws::String>
46 m_endpointHasBeenSet =
true;
47 m_endpoint = std::forward<EndpointT>(value);
49 template <
typename Endpo
intT = Aws::String>
64 m_influxDBVersionHasBeenSet =
true;
65 m_influxDBVersion = value;
80 template <
typename SecretIdT = Aws::String>
82 m_secretIdHasBeenSet =
true;
83 m_secretId = std::forward<SecretIdT>(value);
85 template <
typename SecretIdT = Aws::String>
100 m_secretTypeHasBeenSet =
true;
101 m_secretType = value;
116 template <
typename SecretKeyT = Aws::String>
118 m_secretKeyHasBeenSet =
true;
119 m_secretKey = std::forward<SecretKeyT>(value);
121 template <
typename SecretKeyT = Aws::String>
137 bool m_endpointHasBeenSet =
false;
138 bool m_influxDBVersionHasBeenSet =
false;
139 bool m_secretIdHasBeenSet =
false;
140 bool m_secretTypeHasBeenSet =
false;
141 bool m_secretKeyHasBeenSet =
false;
AWS_IOT_API InfluxDBDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API InfluxDBDestinationProperties()=default
bool InfluxDBVersionHasBeenSet() const
InfluxDBSecretType GetSecretType() const
const Aws::String & GetSecretId() const
const Aws::String & GetEndpoint() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSecretKey() const
AWS_IOT_API InfluxDBDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
InfluxDBDestinationProperties & WithSecretKey(SecretKeyT &&value)
InfluxDBDestinationProperties & WithSecretType(InfluxDBSecretType value)
bool SecretIdHasBeenSet() const
bool EndpointHasBeenSet() const
void SetSecretType(InfluxDBSecretType value)
void SetInfluxDBVersion(InfluxDBVersion value)
bool SecretTypeHasBeenSet() const
bool SecretKeyHasBeenSet() const
InfluxDBVersion GetInfluxDBVersion() const
void SetEndpoint(EndpointT &&value)
InfluxDBDestinationProperties & WithSecretId(SecretIdT &&value)
InfluxDBDestinationProperties & WithEndpoint(EndpointT &&value)
void SetSecretId(SecretIdT &&value)
InfluxDBDestinationProperties & WithInfluxDBVersion(InfluxDBVersion value)
void SetSecretKey(SecretKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue