7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/GlobalTable.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename GlobalTablesT = Aws::Vector<GlobalTable>>
43 void SetGlobalTables(GlobalTablesT&& value) { m_globalTablesHasBeenSet =
true; m_globalTables = std::forward<GlobalTablesT>(value); }
44 template<
typename GlobalTablesT = Aws::Vector<GlobalTable>>
46 template<
typename GlobalTablesT = GlobalTable>
55 template<
typename LastEvaluatedGlobalTableNameT = Aws::String>
56 void SetLastEvaluatedGlobalTableName(LastEvaluatedGlobalTableNameT&& value) { m_lastEvaluatedGlobalTableNameHasBeenSet =
true; m_lastEvaluatedGlobalTableName = std::forward<LastEvaluatedGlobalTableNameT>(value); }
57 template<
typename LastEvaluatedGlobalTableNameT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_globalTablesHasBeenSet =
false;
75 bool m_lastEvaluatedGlobalTableNameHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_DYNAMODB_API ListGlobalTablesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DYNAMODB_API ListGlobalTablesResult()=default
void SetRequestId(RequestIdT &&value)
ListGlobalTablesResult & WithRequestId(RequestIdT &&value)
ListGlobalTablesResult & AddGlobalTables(GlobalTablesT &&value)
AWS_DYNAMODB_API ListGlobalTablesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListGlobalTablesResult & WithLastEvaluatedGlobalTableName(LastEvaluatedGlobalTableNameT &&value)
const Aws::String & GetLastEvaluatedGlobalTableName() const
ListGlobalTablesResult & WithGlobalTables(GlobalTablesT &&value)
void SetLastEvaluatedGlobalTableName(LastEvaluatedGlobalTableNameT &&value)
const Aws::Vector< GlobalTable > & GetGlobalTables() const
void SetGlobalTables(GlobalTablesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue