7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
45 template <
typename TableNameT = Aws::String>
47 m_tableNameHasBeenSet =
true;
48 m_tableName = std::forward<TableNameT>(value);
50 template <
typename TableNameT = Aws::String>
63 template <
typename IndexNameT = Aws::String>
65 m_indexNameHasBeenSet =
true;
66 m_indexName = std::forward<IndexNameT>(value);
68 template <
typename IndexNameT = Aws::String>
78 bool m_tableNameHasBeenSet =
false;
79 bool m_indexNameHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
const Aws::String & GetIndexName() const
AWS_DYNAMODB_API EndpointParameters GetEndpointContextParams() const override
DescribeContributorInsightsRequest & WithIndexName(IndexNameT &&value)
void SetTableName(TableNameT &&value)
DescribeContributorInsightsRequest & WithTableName(TableNameT &&value)
const Aws::String & GetTableName() const
void SetIndexName(IndexNameT &&value)
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DYNAMODB_API DescribeContributorInsightsRequest()=default
bool IndexNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String