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;
46 inline void SetTableName(
const char* value) { m_tableName.assign(value); }
59 inline void SetIndexName(
const char* value) { m_indexName.assign(value); }
127 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_DYNAMODB_API DescribeContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeContributorInsightsResult & WithFailureException(const FailureException &value)
DescribeContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus &&value)
void SetContributorInsightsRuleList(Aws::Vector< Aws::String > &&value)
DescribeContributorInsightsResult & WithTableName(Aws::String &&value)
void SetRequestId(const char *value)
void SetIndexName(const char *value)
DescribeContributorInsightsResult & WithRequestId(Aws::String &&value)
void SetIndexName(const Aws::String &value)
const Aws::String & GetIndexName() const
DescribeContributorInsightsResult & AddContributorInsightsRuleList(const char *value)
DescribeContributorInsightsResult & WithIndexName(Aws::String &&value)
DescribeContributorInsightsResult & WithContributorInsightsRuleList(Aws::Vector< Aws::String > &&value)
DescribeContributorInsightsResult & WithRequestId(const Aws::String &value)
DescribeContributorInsightsResult & AddContributorInsightsRuleList(Aws::String &&value)
void SetContributorInsightsStatus(const ContributorInsightsStatus &value)
DescribeContributorInsightsResult & WithFailureException(FailureException &&value)
DescribeContributorInsightsResult & WithIndexName(const Aws::String &value)
DescribeContributorInsightsResult & WithRequestId(const char *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()
void SetContributorInsightsRuleList(const Aws::Vector< Aws::String > &value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
DescribeContributorInsightsResult & WithIndexName(const char *value)
void SetFailureException(FailureException &&value)
DescribeContributorInsightsResult & WithTableName(const Aws::String &value)
void SetTableName(const Aws::String &value)
DescribeContributorInsightsResult & AddContributorInsightsRuleList(const Aws::String &value)
void SetContributorInsightsStatus(ContributorInsightsStatus &&value)
const FailureException & GetFailureException() const
const ContributorInsightsStatus & GetContributorInsightsStatus() const
DescribeContributorInsightsResult & WithLastUpdateDateTime(const Aws::Utils::DateTime &value)
void SetLastUpdateDateTime(const Aws::Utils::DateTime &value)
DescribeContributorInsightsResult & WithContributorInsightsStatus(const ContributorInsightsStatus &value)
void SetLastUpdateDateTime(Aws::Utils::DateTime &&value)
void SetTableName(const char *value)
DescribeContributorInsightsResult & WithContributorInsightsRuleList(const Aws::Vector< Aws::String > &value)
const Aws::String & GetRequestId() const
DescribeContributorInsightsResult & WithLastUpdateDateTime(Aws::Utils::DateTime &&value)
void SetIndexName(Aws::String &&value)
void SetFailureException(const FailureException &value)
DescribeContributorInsightsResult & WithTableName(const char *value)
const Aws::Vector< Aws::String > & GetContributorInsightsRuleList() const
void SetTableName(Aws::String &&value)
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