7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/ProjectionType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
83 bool m_projectionTypeHasBeenSet =
false;
86 bool m_nonKeyAttributesHasBeenSet =
false;
void SetProjectionType(const ProjectionType &value)
void SetNonKeyAttributes(Aws::Vector< Aws::String > &&value)
void SetNonKeyAttributes(const Aws::Vector< Aws::String > &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
Projection & WithNonKeyAttributes(const Aws::Vector< Aws::String > &value)
Projection & WithNonKeyAttributes(Aws::Vector< Aws::String > &&value)
bool NonKeyAttributesHasBeenSet() const
const Aws::Vector< Aws::String > & GetNonKeyAttributes() const
Projection & AddNonKeyAttributes(Aws::String &&value)
AWS_DYNAMODB_API Projection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProjectionTypeHasBeenSet() const
Projection & AddNonKeyAttributes(const Aws::String &value)
AWS_DYNAMODB_API Projection(Aws::Utils::Json::JsonView jsonValue)
Projection & AddNonKeyAttributes(const char *value)
const ProjectionType & GetProjectionType() const
Projection & WithProjectionType(ProjectionType &&value)
void SetProjectionType(ProjectionType &&value)
Projection & WithProjectionType(const ProjectionType &value)
AWS_DYNAMODB_API Projection()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue