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>
45 template <
typename Endpo
intT = Aws::String>
47 m_endpointHasBeenSet =
true;
48 m_endpoint = std::forward<EndpointT>(value);
50 template <
typename Endpo
intT = Aws::String>
65 m_influxDBVersionHasBeenSet =
true;
66 m_influxDBVersion = value;
81 template <
typename SecretIdT = Aws::String>
83 m_secretIdHasBeenSet =
true;
84 m_secretId = std::forward<SecretIdT>(value);
86 template <
typename SecretIdT = Aws::String>
101 m_secretTypeHasBeenSet =
true;
102 m_secretType = value;
117 template <
typename SecretKeyT = Aws::String>
119 m_secretKeyHasBeenSet =
true;
120 m_secretKey = std::forward<SecretKeyT>(value);
122 template <
typename SecretKeyT = Aws::String>
138 bool m_endpointHasBeenSet =
false;
139 bool m_influxDBVersionHasBeenSet =
false;
140 bool m_secretIdHasBeenSet =
false;
141 bool m_secretTypeHasBeenSet =
false;
142 bool m_secretKeyHasBeenSet =
false;
const Aws::String & GetSecretId() const
void SetSecretType(InfluxDBSecretType value)
InfluxDBDestinationSummary & WithSecretType(InfluxDBSecretType value)
InfluxDBVersion GetInfluxDBVersion() const
bool SecretIdHasBeenSet() const
InfluxDBDestinationSummary & WithEndpoint(EndpointT &&value)
InfluxDBDestinationSummary & WithInfluxDBVersion(InfluxDBVersion value)
void SetSecretId(SecretIdT &&value)
void SetInfluxDBVersion(InfluxDBVersion value)
const Aws::String & GetSecretKey() const
AWS_IOT_API InfluxDBDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndpoint() const
bool SecretKeyHasBeenSet() const
InfluxDBDestinationSummary & WithSecretId(SecretIdT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoint(EndpointT &&value)
AWS_IOT_API InfluxDBDestinationSummary()=default
InfluxDBSecretType GetSecretType() const
void SetSecretKey(SecretKeyT &&value)
bool SecretTypeHasBeenSet() const
bool EndpointHasBeenSet() const
bool InfluxDBVersionHasBeenSet() const
AWS_IOT_API InfluxDBDestinationSummary(Aws::Utils::Json::JsonView jsonValue)
InfluxDBDestinationSummary & WithSecretKey(SecretKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue