7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
40 template <
typename AddressT = Aws::String>
42 m_addressHasBeenSet =
true;
43 m_address = std::forward<AddressT>(value);
45 template <
typename AddressT = Aws::String>
59 m_cachePeriodInMinutesHasBeenSet =
true;
60 m_cachePeriodInMinutes = value;
70 long long m_cachePeriodInMinutes{0};
71 bool m_addressHasBeenSet =
false;
72 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