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>
74 template<
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
75 void SetNonKeyAttributes(NonKeyAttributesT&& value) { m_nonKeyAttributesHasBeenSet =
true; m_nonKeyAttributes = std::forward<NonKeyAttributesT>(value); }
76 template<
typename NonKeyAttributesT = Aws::Vector<Aws::String>>
78 template<
typename NonKeyAttributesT = Aws::String>
79 Projection&
AddNonKeyAttributes(NonKeyAttributesT&& value) { m_nonKeyAttributesHasBeenSet =
true; m_nonKeyAttributes.emplace_back(std::forward<NonKeyAttributesT>(value));
return *
this; }
84 bool m_projectionTypeHasBeenSet =
false;
87 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