7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ContributorInsightsStatus.h>
50 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
64 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
85 bool m_tableNameHasBeenSet =
false;
88 bool m_indexNameHasBeenSet =
false;
91 bool m_contributorInsightsStatusHasBeenSet =
false;
bool TableNameHasBeenSet() const
ContributorInsightsSummary & WithTableName(const Aws::String &value)
void SetTableName(const char *value)
ContributorInsightsSummary & WithIndexName(const char *value)
void SetTableName(const Aws::String &value)
ContributorInsightsSummary & WithTableName(Aws::String &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
ContributorInsightsSummary & WithIndexName(Aws::String &&value)
const Aws::String & GetTableName() const
void SetTableName(Aws::String &&value)
ContributorInsightsSummary & WithContributorInsightsStatus(ContributorInsightsStatus &&value)
bool ContributorInsightsStatusHasBeenSet() const
AWS_DYNAMODB_API ContributorInsightsSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContributorInsightsStatus(const ContributorInsightsStatus &value)
void SetIndexName(Aws::String &&value)
const Aws::String & GetIndexName() const
void SetContributorInsightsStatus(ContributorInsightsStatus &&value)
const ContributorInsightsStatus & GetContributorInsightsStatus() const
ContributorInsightsSummary & WithTableName(const char *value)
AWS_DYNAMODB_API ContributorInsightsSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ContributorInsightsSummary()
ContributorInsightsSummary & WithContributorInsightsStatus(const ContributorInsightsStatus &value)
void SetIndexName(const char *value)
void SetIndexName(const Aws::String &value)
ContributorInsightsSummary & WithIndexName(const Aws::String &value)
bool IndexNameHasBeenSet() const
ContributorInsightsStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue