7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/model/ContributorInsightsStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/dynamodb/model/FailureException.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename TableNameT = Aws::String>
45 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
46 template<
typename TableNameT = Aws::String>
55 template<
typename IndexNameT = Aws::String>
56 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
57 template<
typename IndexNameT = Aws::String>
66 template<
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
67 void SetContributorInsightsRuleList(ContributorInsightsRuleListT&& value) { m_contributorInsightsRuleListHasBeenSet =
true; m_contributorInsightsRuleList = std::forward<ContributorInsightsRuleListT>(value); }
68 template<
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
70 template<
typename ContributorInsightsRuleListT = Aws::String>
88 template<
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
89 void SetLastUpdateDateTime(LastUpdateDateTimeT&& value) { m_lastUpdateDateTimeHasBeenSet =
true; m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value); }
90 template<
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
109 template<
typename FailureExceptionT = FailureException>
110 void SetFailureException(FailureExceptionT&& value) { m_failureExceptionHasBeenSet =
true; m_failureException = std::forward<FailureExceptionT>(value); }
111 template<
typename FailureExceptionT = FailureException>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_tableNameHasBeenSet =
false;
129 bool m_indexNameHasBeenSet =
false;
132 bool m_contributorInsightsRuleListHasBeenSet =
false;
135 bool m_contributorInsightsStatusHasBeenSet =
false;
138 bool m_lastUpdateDateTimeHasBeenSet =
false;
140 FailureException m_failureException;
141 bool m_failureExceptionHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
AWS_DYNAMODB_API DescribeContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFailureException(FailureExceptionT &&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)
AWS_DYNAMODB_API DescribeContributorInsightsResult()=default
DescribeContributorInsightsResult & WithContributorInsightsRuleList(ContributorInsightsRuleListT &&value)
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