7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AddressT = Aws::String>
47 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
48 template<
typename AddressT = Aws::String>
58 inline void SetCachePeriodInMinutes(
long long value) { m_cachePeriodInMinutesHasBeenSet =
true; m_cachePeriodInMinutes = value; }
64 bool m_addressHasBeenSet =
false;
66 long long m_cachePeriodInMinutes{0};
67 bool m_cachePeriodInMinutesHasBeenSet =
false;
AWS_DYNAMODB_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
void SetCachePeriodInMinutes(long long value)
AWS_DYNAMODB_API Endpoint()=default
long long GetCachePeriodInMinutes() const
AWS_DYNAMODB_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithCachePeriodInMinutes(long long value)
void SetAddress(AddressT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddress() const
bool CachePeriodInMinutesHasBeenSet() const
Endpoint & WithAddress(AddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue