7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
41 template <
typename AddressT = Aws::String>
43 m_addressHasBeenSet =
true;
44 m_address = std::forward<AddressT>(value);
46 template <
typename AddressT = Aws::String>
60 m_cachePeriodInMinutesHasBeenSet =
true;
61 m_cachePeriodInMinutes = value;
71 long long m_cachePeriodInMinutes{0};
72 bool m_addressHasBeenSet =
false;
73 bool m_cachePeriodInMinutesHasBeenSet =
false;
void SetAddress(AddressT &&value)
Endpoint & WithAddress(AddressT &&value)
long long GetCachePeriodInMinutes() const
AWS_TIMESTREAMQUERY_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithCachePeriodInMinutes(long long value)
bool CachePeriodInMinutesHasBeenSet() const
AWS_TIMESTREAMQUERY_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddress() const
bool AddressHasBeenSet() const
AWS_TIMESTREAMQUERY_API Endpoint()=default
void SetCachePeriodInMinutes(long long value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue