7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ContributorInsightsAction.h>
11#include <aws/dynamodb/model/ContributorInsightsMode.h>
47 template <
typename TableNameT = Aws::String>
49 m_tableNameHasBeenSet =
true;
50 m_tableName = std::forward<TableNameT>(value);
52 template <
typename TableNameT = Aws::String>
65 template <
typename IndexNameT = Aws::String>
67 m_indexNameHasBeenSet =
true;
68 m_indexName = std::forward<IndexNameT>(value);
70 template <
typename IndexNameT = Aws::String>
84 m_contributorInsightsActionHasBeenSet =
true;
85 m_contributorInsightsAction = value;
101 m_contributorInsightsModeHasBeenSet =
true;
102 m_contributorInsightsMode = value;
117 bool m_tableNameHasBeenSet =
false;
118 bool m_indexNameHasBeenSet =
false;
119 bool m_contributorInsightsActionHasBeenSet =
false;
120 bool m_contributorInsightsModeHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
void SetContributorInsightsMode(ContributorInsightsMode value)
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
ContributorInsightsMode GetContributorInsightsMode() const
AWS_DYNAMODB_API UpdateContributorInsightsRequest()=default
UpdateContributorInsightsRequest & WithContributorInsightsMode(ContributorInsightsMode value)
void SetIndexName(IndexNameT &&value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DYNAMODB_API EndpointParameters GetEndpointContextParams() const override
bool ContributorInsightsModeHasBeenSet() const
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