7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
59 template<
typename AttributeNameT = Aws::String>
60 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
61 template<
typename AttributeNameT = Aws::String>
66 bool m_enabled{
false};
67 bool m_enabledHasBeenSet =
false;
70 bool m_attributeNameHasBeenSet =
false;
const Aws::String & GetAttributeName() const
void SetEnabled(bool value)
AWS_DYNAMODB_API TimeToLiveSpecification()=default
void SetAttributeName(AttributeNameT &&value)
bool EnabledHasBeenSet() const
bool AttributeNameHasBeenSet() const
TimeToLiveSpecification & WithAttributeName(AttributeNameT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API TimeToLiveSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeToLiveSpecification & WithEnabled(bool value)
AWS_DYNAMODB_API TimeToLiveSpecification(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue