7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/TimeToLiveStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename AttributeNameT = Aws::String>
59 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
60 template<
typename AttributeNameT = Aws::String>
66 bool m_timeToLiveStatusHasBeenSet =
false;
69 bool m_attributeNameHasBeenSet =
false;
AWS_DYNAMODB_API TimeToLiveDescription(Aws::Utils::Json::JsonView jsonValue)
bool AttributeNameHasBeenSet() const
bool TimeToLiveStatusHasBeenSet() const
TimeToLiveStatus GetTimeToLiveStatus() const
void SetAttributeName(AttributeNameT &&value)
AWS_DYNAMODB_API TimeToLiveDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimeToLiveStatus(TimeToLiveStatus value)
AWS_DYNAMODB_API TimeToLiveDescription()=default
TimeToLiveDescription & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
TimeToLiveDescription & WithTimeToLiveStatus(TimeToLiveStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue