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>
60 template<
typename KeyTypeT = Aws::String>
61 void SetKeyType(KeyTypeT&& value) { m_keyTypeHasBeenSet =
true; m_keyType = std::forward<KeyTypeT>(value); }
62 template<
typename KeyTypeT = Aws::String>
68 bool m_attributeNameHasBeenSet =
false;
71 bool m_keyTypeHasBeenSet =
false;
bool AttributeNameHasBeenSet() const
void SetAttributeName(AttributeNameT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableKeySchema()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsDynamoDbTableKeySchema & WithKeyType(KeyTypeT &&value)
void SetKeyType(KeyTypeT &&value)
AwsDynamoDbTableKeySchema & WithAttributeName(AttributeNameT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableKeySchema(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttributeName() const
const Aws::String & GetKeyType() const
AWS_SECURITYHUB_API AwsDynamoDbTableKeySchema & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue