71 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
127 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
269 inline void SetSelect(
const Select& value) { m_selectHasBeenSet =
true; m_select = value; }
308 inline void SetSelect(
Select&& value) { m_selectHasBeenSet =
true; m_select = std::move(value); }
505 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
551 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
853 inline void SetScanIndexForward(
bool value) { m_scanIndexForwardHasBeenSet =
true; m_scanIndexForward = value; }
1046 inline void SetProjectionExpression(
const char* value) { m_projectionExpressionHasBeenSet =
true; m_projectionExpression.assign(value); }
1153 inline void SetFilterExpression(
const char* value) { m_filterExpressionHasBeenSet =
true; m_filterExpression.assign(value); }
1486 inline void SetKeyConditionExpression(
const char* value) { m_keyConditionExpressionHasBeenSet =
true; m_keyConditionExpression.assign(value); }
2222 bool m_tableNameHasBeenSet;
2225 bool m_indexNameHasBeenSet;
2228 bool m_selectHasBeenSet;
2231 bool m_attributesToGetHasBeenSet;
2234 bool m_limitHasBeenSet;
2236 bool m_consistentRead;
2237 bool m_consistentReadHasBeenSet;
2240 bool m_keyConditionsHasBeenSet;
2243 bool m_queryFilterHasBeenSet;
2246 bool m_conditionalOperatorHasBeenSet;
2248 bool m_scanIndexForward;
2249 bool m_scanIndexForwardHasBeenSet;
2252 bool m_exclusiveStartKeyHasBeenSet;
2255 bool m_returnConsumedCapacityHasBeenSet;
2258 bool m_projectionExpressionHasBeenSet;
2261 bool m_filterExpressionHasBeenSet;
2264 bool m_keyConditionExpressionHasBeenSet;
2267 bool m_expressionAttributeNamesHasBeenSet;
2270 bool m_expressionAttributeValuesHasBeenSet;