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>
13#include <aws/dynamodb/model/ContributorInsightsMode.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename TableNameT = Aws::String>
46 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
47 template<
typename TableNameT = Aws::String>
56 template<
typename IndexNameT = Aws::String>
57 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
58 template<
typename IndexNameT = Aws::String>
67 template<
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
68 void SetContributorInsightsRuleList(ContributorInsightsRuleListT&& value) { m_contributorInsightsRuleListHasBeenSet =
true; m_contributorInsightsRuleList = std::forward<ContributorInsightsRuleListT>(value); }
69 template<
typename ContributorInsightsRuleListT = Aws::Vector<Aws::String>>
71 template<
typename ContributorInsightsRuleListT = Aws::String>
89 template<
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
90 void SetLastUpdateDateTime(LastUpdateDateTimeT&& value) { m_lastUpdateDateTimeHasBeenSet =
true; m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value); }
91 template<
typename LastUpdateDateTimeT = Aws::Utils::DateTime>
110 template<
typename FailureExceptionT = FailureException>
111 void SetFailureException(FailureExceptionT&& value) { m_failureExceptionHasBeenSet =
true; m_failureException = std::forward<FailureExceptionT>(value); }
112 template<
typename FailureExceptionT = FailureException>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_tableNameHasBeenSet =
false;
141 bool m_indexNameHasBeenSet =
false;
144 bool m_contributorInsightsRuleListHasBeenSet =
false;
147 bool m_contributorInsightsStatusHasBeenSet =
false;
150 bool m_lastUpdateDateTimeHasBeenSet =
false;
152 FailureException m_failureException;
153 bool m_failureExceptionHasBeenSet =
false;
156 bool m_contributorInsightsModeHasBeenSet =
false;
159 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