7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
49 inline void SetAddress(
const char* value) { m_addressHasBeenSet =
true; m_address.assign(value); }
61 inline void SetCachePeriodInMinutes(
long long value) { m_cachePeriodInMinutesHasBeenSet =
true; m_cachePeriodInMinutes = value; }
67 bool m_addressHasBeenSet =
false;
69 long long m_cachePeriodInMinutes;
70 bool m_cachePeriodInMinutesHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API Endpoint()
long long GetCachePeriodInMinutes() const
AWS_TIMESTREAMQUERY_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithCachePeriodInMinutes(long long value)
bool CachePeriodInMinutesHasBeenSet() const
void SetAddress(const Aws::String &value)
void SetAddress(Aws::String &&value)
AWS_TIMESTREAMQUERY_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(const char *value)
Endpoint & WithAddress(const Aws::String &value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddress() const
Endpoint & WithAddress(Aws::String &&value)
Endpoint & WithAddress(const char *value)
bool AddressHasBeenSet() const
void SetCachePeriodInMinutes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue