7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/ContributorInsightsMode.h>
10#include <aws/dynamodb/model/ContributorInsightsStatus.h>
43 template <
typename TableNameT = Aws::String>
45 m_tableNameHasBeenSet =
true;
46 m_tableName = std::forward<TableNameT>(value);
48 template <
typename TableNameT = Aws::String>
61 template <
typename IndexNameT = Aws::String>
63 m_indexNameHasBeenSet =
true;
64 m_indexName = std::forward<IndexNameT>(value);
66 template <
typename IndexNameT = Aws::String>
81 m_contributorInsightsStatusHasBeenSet =
true;
82 m_contributorInsightsStatus = value;
99 m_contributorInsightsModeHasBeenSet =
true;
100 m_contributorInsightsMode = value;
115 bool m_tableNameHasBeenSet =
false;
116 bool m_indexNameHasBeenSet =
false;
117 bool m_contributorInsightsStatusHasBeenSet =
false;
118 bool m_contributorInsightsModeHasBeenSet =
false;
void SetContributorInsightsStatus(ContributorInsightsStatus value)
ContributorInsightsSummary & WithTableName(TableNameT &&value)
ContributorInsightsMode GetContributorInsightsMode() const
bool ContributorInsightsModeHasBeenSet() const
void SetIndexName(IndexNameT &&value)
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API ContributorInsightsSummary()=default
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
ContributorInsightsSummary & WithContributorInsightsMode(ContributorInsightsMode value)
ContributorInsightsStatus GetContributorInsightsStatus() const
void SetTableName(TableNameT &&value)
const Aws::String & GetTableName() const
void SetContributorInsightsMode(ContributorInsightsMode value)
bool ContributorInsightsStatusHasBeenSet() const
AWS_DYNAMODB_API ContributorInsightsSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ContributorInsightsSummary & WithContributorInsightsStatus(ContributorInsightsStatus value)
const Aws::String & GetIndexName() const
AWS_DYNAMODB_API ContributorInsightsSummary(Aws::Utils::Json::JsonView jsonValue)
ContributorInsightsSummary & WithIndexName(IndexNameT &&value)
bool IndexNameHasBeenSet() const
ContributorInsightsStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue