7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
50 void SetNonKeyAttributes(NonKeyAttributesT&& value) { m_nonKeyAttributesHasBeenSet =
true; m_nonKeyAttributes = std::forward<NonKeyAttributesT>(value); }
51 template<
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
53 template<
typename NonKeyAttributesT = Aws::String>
65 template<
typename ProjectionTypeT = Aws::String>
66 void SetProjectionType(ProjectionTypeT&& value) { m_projectionTypeHasBeenSet =
true; m_projectionType = std::forward<ProjectionTypeT>(value); }
67 template<
typename ProjectionTypeT = Aws::String>
73 bool m_nonKeyAttributesHasBeenSet =
false;
76 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