7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetGlobalTableName(
const char* value) { m_globalTableNameHasBeenSet =
true; m_globalTableName.assign(value); }
53 bool m_globalTableNameHasBeenSet =
false;
bool GlobalTableNameHasBeenSet() const
AWS_DYNAMODB_API Aws::String SerializePayload() const override
DescribeGlobalTableSettingsRequest & WithGlobalTableName(Aws::String &&value)
void SetGlobalTableName(const char *value)
const Aws::String & GetGlobalTableName() const
void SetGlobalTableName(Aws::String &&value)
void SetGlobalTableName(const Aws::String &value)
DescribeGlobalTableSettingsRequest & WithGlobalTableName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_DYNAMODB_API DescribeGlobalTableSettingsRequest()
DescribeGlobalTableSettingsRequest & WithGlobalTableName(const char *value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String