7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ExclusiveStartTableNameT = Aws::String>
50 void SetExclusiveStartTableName(ExclusiveStartTableNameT&& value) { m_exclusiveStartTableNameHasBeenSet =
true; m_exclusiveStartTableName = std::forward<ExclusiveStartTableNameT>(value); }
51 template<
typename ExclusiveStartTableNameT = Aws::String>
60 inline int GetLimit()
const {
return m_limit; }
62 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
68 bool m_exclusiveStartTableNameHasBeenSet =
false;
71 bool m_limitHasBeenSet =
false;
bool LimitHasBeenSet() const
AWS_DYNAMODB_API Aws::String SerializePayload() const override
AWS_DYNAMODB_API ListTablesRequest()=default
const Aws::String & GetExclusiveStartTableName() const
virtual const char * GetServiceRequestName() const override
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListTablesRequest & WithExclusiveStartTableName(ExclusiveStartTableNameT &&value)
void SetExclusiveStartTableName(ExclusiveStartTableNameT &&value)
ListTablesRequest & WithLimit(int value)
bool ExclusiveStartTableNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String