7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AttributeNameT = Aws::String>
48 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
49 template<
typename AttributeNameT = Aws::String>
59 template<
typename AttributeTypeT = Aws::String>
60 void SetAttributeType(AttributeTypeT&& value) { m_attributeTypeHasBeenSet =
true; m_attributeType = std::forward<AttributeTypeT>(value); }
61 template<
typename AttributeTypeT = Aws::String>
67 bool m_attributeNameHasBeenSet =
false;
70 bool m_attributeTypeHasBeenSet =
false;
void SetAttributeType(AttributeTypeT &&value)
AwsDynamoDbTableAttributeDefinition & WithAttributeName(AttributeNameT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableAttributeDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsDynamoDbTableAttributeDefinition()=default
const Aws::String & GetAttributeType() const
AwsDynamoDbTableAttributeDefinition & WithAttributeType(AttributeTypeT &&value)
bool AttributeNameHasBeenSet() const
bool AttributeTypeHasBeenSet() const
AWS_SECURITYHUB_API AwsDynamoDbTableAttributeDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttributeName() const
void SetAttributeName(AttributeNameT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue