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>
47 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
61 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
81 bool m_tableNameHasBeenSet =
false;
84 bool m_indexNameHasBeenSet =
false;
87 bool m_contributorInsightsActionHasBeenSet =
false;
AWS_DYNAMODB_API UpdateContributorInsightsRequest()
bool TableNameHasBeenSet() const
void SetContributorInsightsAction(const ContributorInsightsAction &value)
void SetTableName(const Aws::String &value)
UpdateContributorInsightsRequest & WithIndexName(const Aws::String &value)
void SetContributorInsightsAction(ContributorInsightsAction &&value)
const Aws::String & GetIndexName() const
const ContributorInsightsAction & GetContributorInsightsAction() const
const Aws::String & GetTableName() const
bool IndexNameHasBeenSet() const
UpdateContributorInsightsRequest & WithContributorInsightsAction(ContributorInsightsAction &&value)
void SetTableName(const char *value)
UpdateContributorInsightsRequest & WithTableName(const char *value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateContributorInsightsRequest & WithTableName(Aws::String &&value)
UpdateContributorInsightsRequest & WithTableName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
UpdateContributorInsightsRequest & WithIndexName(Aws::String &&value)
UpdateContributorInsightsRequest & WithIndexName(const char *value)
bool ContributorInsightsActionHasBeenSet() const
AWS_DYNAMODB_API Aws::String SerializePayload() const override
void SetIndexName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetIndexName(const Aws::String &value)
void SetTableName(Aws::String &&value)
UpdateContributorInsightsRequest & WithContributorInsightsAction(const ContributorInsightsAction &value)
ContributorInsightsAction
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String