7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ContributorInsightsStatus.h>
10#include <aws/dynamodb/model/ContributorInsightsMode.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename TableNameT = Aws::String>
43 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
44 template<
typename TableNameT = Aws::String>
53 template<
typename IndexNameT = Aws::String>
54 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
55 template<
typename IndexNameT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_tableNameHasBeenSet =
false;
93 bool m_indexNameHasBeenSet =
false;
96 bool m_contributorInsightsStatusHasBeenSet =
false;
99 bool m_contributorInsightsModeHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
UpdateContributorInsightsResult & WithContributorInsightsMode(ContributorInsightsMode value)
const Aws::String & GetRequestId() const
const Aws::String & GetIndexName() const
void SetIndexName(IndexNameT &&value)
UpdateContributorInsightsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetContributorInsightsStatus(ContributorInsightsStatus value)
AWS_DYNAMODB_API UpdateContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTableName() const
AWS_DYNAMODB_API UpdateContributorInsightsResult()=default
UpdateContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus value)
ContributorInsightsStatus GetContributorInsightsStatus() const
void SetTableName(TableNameT &&value)
void SetContributorInsightsMode(ContributorInsightsMode value)
UpdateContributorInsightsResult & WithIndexName(IndexNameT &&value)
UpdateContributorInsightsResult & WithTableName(TableNameT &&value)
ContributorInsightsMode GetContributorInsightsMode() const
AWS_DYNAMODB_API UpdateContributorInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ContributorInsightsStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue