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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename TableNameT = Aws::String>
38 m_tableNameHasBeenSet =
true;
39 m_tableName = std::forward<TableNameT>(value);
41 template <
typename TableNameT = Aws::String>
53 template <
typename IndexNameT = Aws::String>
55 m_indexNameHasBeenSet =
true;
56 m_indexName = std::forward<IndexNameT>(value);
58 template <
typename IndexNameT = Aws::String>
71 m_contributorInsightsStatusHasBeenSet =
true;
72 m_contributorInsightsStatus = value;
88 m_contributorInsightsModeHasBeenSet =
true;
89 m_contributorInsightsMode = value;
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_tableNameHasBeenSet =
false;
122 bool m_indexNameHasBeenSet =
false;
123 bool m_contributorInsightsStatusHasBeenSet =
false;
124 bool m_contributorInsightsModeHasBeenSet =
false;
125 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