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>
68 inline void SetProjectionType(
const char* value) { m_projectionTypeHasBeenSet =
true; m_projectionType.assign(value); }
76 bool m_nonKeyAttributesHasBeenSet =
false;
79 bool m_projectionTypeHasBeenSet =
false;
AwsDynamoDbTableProjection & AddNonKeyAttributes(const char *value)
AwsDynamoDbTableProjection & WithProjectionType(Aws::String &&value)
void SetProjectionType(Aws::String &&value)
AwsDynamoDbTableProjection & WithNonKeyAttributes(const Aws::Vector< Aws::String > &value)
AWS_SECURITYHUB_API AwsDynamoDbTableProjection & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetNonKeyAttributes() const
const Aws::String & GetProjectionType() const
AwsDynamoDbTableProjection & WithProjectionType(const Aws::String &value)
AwsDynamoDbTableProjection & WithProjectionType(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsDynamoDbTableProjection & AddNonKeyAttributes(const Aws::String &value)
void SetNonKeyAttributes(Aws::Vector< Aws::String > &&value)
void SetNonKeyAttributes(const Aws::Vector< Aws::String > &value)
void SetProjectionType(const Aws::String &value)
AwsDynamoDbTableProjection & AddNonKeyAttributes(Aws::String &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableProjection()
AWS_SECURITYHUB_API AwsDynamoDbTableProjection(Aws::Utils::Json::JsonView jsonValue)
void SetProjectionType(const char *value)
AwsDynamoDbTableProjection & WithNonKeyAttributes(Aws::Vector< Aws::String > &&value)
bool NonKeyAttributesHasBeenSet() const
bool ProjectionTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue