7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ContributorInsightsMode.h>
11#include <aws/dynamodb/model/ContributorInsightsStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename TableNameT = Aws::String>
39 m_tableNameHasBeenSet =
true;
40 m_tableName = std::forward<TableNameT>(value);
42 template <
typename TableNameT = Aws::String>
54 template <
typename IndexNameT = Aws::String>
56 m_indexNameHasBeenSet =
true;
57 m_indexName = std::forward<IndexNameT>(value);
59 template <
typename IndexNameT = Aws::String>
72 m_contributorInsightsStatusHasBeenSet =
true;
73 m_contributorInsightsStatus = value;
89 m_contributorInsightsModeHasBeenSet =
true;
90 m_contributorInsightsMode = value;
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
125 bool m_tableNameHasBeenSet =
false;
126 bool m_indexNameHasBeenSet =
false;
127 bool m_contributorInsightsStatusHasBeenSet =
false;
128 bool m_contributorInsightsModeHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
UpdateContributorInsightsResult & WithContributorInsightsMode(ContributorInsightsMode value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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