7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dynamodb/DynamoDB_EXPORTS.h>
12#include <aws/dynamodb/model/ContributorInsightsMode.h>
13#include <aws/dynamodb/model/ContributorInsightsStatus.h>
14#include <aws/dynamodb/model/FailureException.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename TableNameT = Aws::String>
42 m_tableNameHasBeenSet =
true;
43 m_tableName = std::forward<TableNameT>(value);
45 template <
typename TableNameT = Aws::String>
57 template <
typename IndexNameT = Aws::String>
59 m_indexNameHasBeenSet =
true;
60 m_indexName = std::forward<IndexNameT>(value);
62 template <
typename IndexNameT = Aws::String>
74 template <
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
76 m_contributorInsightsRuleListHasBeenSet =
true;
77 m_contributorInsightsRuleList = std::forward<ContributorInsightsRuleListT>(value);
79 template <
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
84 template <
typename ContributorInsightsRuleListT = Aws::String>
86 m_contributorInsightsRuleListHasBeenSet =
true;
87 m_contributorInsightsRuleList.emplace_back(std::forward<ContributorInsightsRuleListT>(value));
98 m_contributorInsightsStatusHasBeenSet =
true;
99 m_contributorInsightsStatus = value;
112 template <
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
114 m_lastUpdateDateTimeHasBeenSet =
true;
115 m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value);
117 template <
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
139 template <
typename FailureExceptionT = FailureException>
141 m_failureExceptionHasBeenSet =
true;
142 m_failureException = std::forward<FailureExceptionT>(value);
144 template <
typename FailureExceptionT = FailureException>
159 m_contributorInsightsModeHasBeenSet =
true;
160 m_contributorInsightsMode = value;
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
195 FailureException m_failureException;
201 bool m_tableNameHasBeenSet =
false;
202 bool m_indexNameHasBeenSet =
false;
203 bool m_contributorInsightsRuleListHasBeenSet =
false;
204 bool m_contributorInsightsStatusHasBeenSet =
false;
205 bool m_lastUpdateDateTimeHasBeenSet =
false;
206 bool m_failureExceptionHasBeenSet =
false;
207 bool m_contributorInsightsModeHasBeenSet =
false;
208 bool m_requestIdHasBeenSet =
false;
AWS_DYNAMODB_API DescribeContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFailureException(FailureExceptionT &&value)
void SetContributorInsightsMode(ContributorInsightsMode value)
DescribeContributorInsightsResult & WithFailureException(FailureExceptionT &&value)
DescribeContributorInsightsResult & AddContributorInsightsRuleList(ContributorInsightsRuleListT &&value)
void SetIndexName(IndexNameT &&value)
DescribeContributorInsightsResult & WithIndexName(IndexNameT &&value)
const Aws::String & GetIndexName() const
void SetRequestId(RequestIdT &&value)
DescribeContributorInsightsResult & WithLastUpdateDateTime(LastUpdateDateTimeT &&value)
DescribeContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus value)
DescribeContributorInsightsResult & WithRequestId(RequestIdT &&value)
void SetContributorInsightsRuleList(ContributorInsightsRuleListT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetLastUpdateDateTime() const
const Aws::String & GetTableName() const
AWS_DYNAMODB_API DescribeContributorInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeContributorInsightsResult & WithContributorInsightsMode(ContributorInsightsMode value)
AWS_DYNAMODB_API DescribeContributorInsightsResult()=default
DescribeContributorInsightsResult & WithContributorInsightsRuleList(ContributorInsightsRuleListT &&value)
ContributorInsightsMode GetContributorInsightsMode() const
ContributorInsightsStatus GetContributorInsightsStatus() const
const FailureException & GetFailureException() const
const Aws::String & GetRequestId() const
void SetLastUpdateDateTime(LastUpdateDateTimeT &&value)
void SetTableName(TableNameT &&value)
void SetContributorInsightsStatus(ContributorInsightsStatus value)
DescribeContributorInsightsResult & WithTableName(TableNameT &&value)
const Aws::Vector< Aws::String > & GetContributorInsightsRuleList() const
ContributorInsightsStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue