7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ProjectionType.h>
51 m_projectionTypeHasBeenSet =
true;
52 m_projectionType = value;
74 template <
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
76 m_nonKeyAttributesHasBeenSet =
true;
77 m_nonKeyAttributes = std::forward<NonKeyAttributesT>(value);
79 template <
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
84 template <
typename NonKeyAttributesT = Aws::String>
86 m_nonKeyAttributesHasBeenSet =
true;
87 m_nonKeyAttributes.emplace_back(std::forward<NonKeyAttributesT>(value));
95 bool m_projectionTypeHasBeenSet =
false;
96 bool m_nonKeyAttributesHasBeenSet =
false;
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectionType GetProjectionType() const
bool NonKeyAttributesHasBeenSet() const
const Aws::Vector< Aws::String > & GetNonKeyAttributes() const
AWS_DYNAMODB_API Projection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProjectionTypeHasBeenSet() const
Projection & AddNonKeyAttributes(NonKeyAttributesT &&value)
AWS_DYNAMODB_API Projection(Aws::Utils::Json::JsonView jsonValue)
Projection & WithProjectionType(ProjectionType value)
AWS_DYNAMODB_API Projection()=default
void SetNonKeyAttributes(NonKeyAttributesT &&value)
void SetProjectionType(ProjectionType value)
Projection & WithNonKeyAttributes(NonKeyAttributesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue