7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/DynamoDB_EXPORTS.h>
11#include <aws/dynamodb/model/ContributorInsightsMode.h>
12#include <aws/dynamodb/model/ContributorInsightsStatus.h>
13#include <aws/dynamodb/model/FailureException.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename TableNameT = Aws::String>
41 m_tableNameHasBeenSet =
true;
42 m_tableName = std::forward<TableNameT>(value);
44 template <
typename TableNameT = Aws::String>
56 template <
typename IndexNameT = Aws::String>
58 m_indexNameHasBeenSet =
true;
59 m_indexName = std::forward<IndexNameT>(value);
61 template <
typename IndexNameT = Aws::String>
73 template <
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
75 m_contributorInsightsRuleListHasBeenSet =
true;
76 m_contributorInsightsRuleList = std::forward<ContributorInsightsRuleListT>(value);
78 template <
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
83 template <
typename ContributorInsightsRuleListT = Aws::String>
85 m_contributorInsightsRuleListHasBeenSet =
true;
86 m_contributorInsightsRuleList.emplace_back(std::forward<ContributorInsightsRuleListT>(value));
97 m_contributorInsightsStatusHasBeenSet =
true;
98 m_contributorInsightsStatus = value;
111 template <
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
113 m_lastUpdateDateTimeHasBeenSet =
true;
114 m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value);
116 template <
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
138 template <
typename FailureExceptionT = FailureException>
140 m_failureExceptionHasBeenSet =
true;
141 m_failureException = std::forward<FailureExceptionT>(value);
143 template <
typename FailureExceptionT = FailureException>
158 m_contributorInsightsModeHasBeenSet =
true;
159 m_contributorInsightsMode = value;
170 template <
typename RequestIdT = Aws::String>
172 m_requestIdHasBeenSet =
true;
173 m_requestId = std::forward<RequestIdT>(value);
175 template <
typename RequestIdT = Aws::String>
192 FailureException m_failureException;
197 bool m_tableNameHasBeenSet =
false;
198 bool m_indexNameHasBeenSet =
false;
199 bool m_contributorInsightsRuleListHasBeenSet =
false;
200 bool m_contributorInsightsStatusHasBeenSet =
false;
201 bool m_lastUpdateDateTimeHasBeenSet =
false;
202 bool m_failureExceptionHasBeenSet =
false;
203 bool m_contributorInsightsModeHasBeenSet =
false;
204 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)
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