7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
60 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
68 bool m_tableNameHasBeenSet =
false;
71 bool m_indexNameHasBeenSet =
false;
const Aws::String & GetIndexName() const
DescribeContributorInsightsRequest & WithTableName(Aws::String &&value)
void SetIndexName(const char *value)
void SetTableName(Aws::String &&value)
AWS_DYNAMODB_API DescribeContributorInsightsRequest()
void SetTableName(const char *value)
const Aws::String & GetTableName() const
DescribeContributorInsightsRequest & WithIndexName(const char *value)
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTableName(const Aws::String &value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIndexName(Aws::String &&value)
void SetIndexName(const Aws::String &value)
DescribeContributorInsightsRequest & WithIndexName(Aws::String &&value)
DescribeContributorInsightsRequest & WithIndexName(const Aws::String &value)
DescribeContributorInsightsRequest & WithTableName(const Aws::String &value)
bool IndexNameHasBeenSet() const
DescribeContributorInsightsRequest & WithTableName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String