7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
43 template <
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
45 m_nonKeyAttributesHasBeenSet =
true;
46 m_nonKeyAttributes = std::forward<NonKeyAttributesT>(value);
48 template <
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
53 template <
typename NonKeyAttributesT = Aws::String>
55 m_nonKeyAttributesHasBeenSet =
true;
56 m_nonKeyAttributes.emplace_back(std::forward<NonKeyAttributesT>(value));
69 template <
typename ProjectionTypeT = Aws::String>
71 m_projectionTypeHasBeenSet =
true;
72 m_projectionType = std::forward<ProjectionTypeT>(value);
74 template <
typename ProjectionTypeT = Aws::String>
84 bool m_nonKeyAttributesHasBeenSet =
false;
85 bool m_projectionTypeHasBeenSet =
false;
AwsDynamoDbTableProjection & WithNonKeyAttributes(NonKeyAttributesT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableProjection & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetNonKeyAttributes() const
const Aws::String & GetProjectionType() const
void SetProjectionType(ProjectionTypeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsDynamoDbTableProjection & AddNonKeyAttributes(NonKeyAttributesT &&value)
void SetNonKeyAttributes(NonKeyAttributesT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableProjection()=default
AWS_SECURITYHUB_API AwsDynamoDbTableProjection(Aws::Utils::Json::JsonView jsonValue)
bool NonKeyAttributesHasBeenSet() const
bool ProjectionTypeHasBeenSet() const
AwsDynamoDbTableProjection & WithProjectionType(ProjectionTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue