7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ContributorInsightsStatus.h>
48 template<
typename TableNameT = Aws::String>
49 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
50 template<
typename TableNameT = Aws::String>
60 template<
typename IndexNameT = Aws::String>
61 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
62 template<
typename IndexNameT = Aws::String>
79 bool m_tableNameHasBeenSet =
false;
82 bool m_indexNameHasBeenSet =
false;
85 bool m_contributorInsightsStatusHasBeenSet =
false;
void SetContributorInsightsStatus(ContributorInsightsStatus value)
ContributorInsightsSummary & WithTableName(TableNameT &&value)
void SetIndexName(IndexNameT &&value)
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API ContributorInsightsSummary()=default
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
ContributorInsightsStatus GetContributorInsightsStatus() const
void SetTableName(TableNameT &&value)
const Aws::String & GetTableName() const
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