7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/ContributorInsightsAction.h>
49 template<
typename TableNameT = Aws::String>
50 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
51 template<
typename TableNameT = Aws::String>
61 template<
typename IndexNameT = Aws::String>
62 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
63 template<
typename IndexNameT = Aws::String>
79 bool m_tableNameHasBeenSet =
false;
82 bool m_indexNameHasBeenSet =
false;
85 bool m_contributorInsightsActionHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
UpdateContributorInsightsRequest & WithIndexName(IndexNameT &&value)
void SetContributorInsightsAction(ContributorInsightsAction value)
bool TableNameHasBeenSet() const
const Aws::String & GetIndexName() const
const Aws::String & GetTableName() const
bool IndexNameHasBeenSet() const
UpdateContributorInsightsRequest & WithContributorInsightsAction(ContributorInsightsAction value)
ContributorInsightsAction GetContributorInsightsAction() const
AWS_DYNAMODB_API UpdateContributorInsightsRequest()=default
void SetIndexName(IndexNameT &&value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DYNAMODB_API EndpointParameters GetEndpointContextParams() const override
UpdateContributorInsightsRequest & WithTableName(TableNameT &&value)
bool ContributorInsightsActionHasBeenSet() const
void SetTableName(TableNameT &&value)
AWS_DYNAMODB_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ContributorInsightsAction
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String