7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ContributorInsightsStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 inline void SetTableName(
const char* value) { m_tableName.assign(value); }
56 inline void SetIndexName(
const char* value) { m_indexName.assign(value); }
78 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
UpdateContributorInsightsResult & WithTableName(const char *value)
void SetTableName(const char *value)
UpdateContributorInsightsResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
const Aws::String & GetIndexName() const
UpdateContributorInsightsResult & WithIndexName(Aws::String &&value)
UpdateContributorInsightsResult & WithIndexName(const Aws::String &value)
void SetRequestId(const char *value)
AWS_DYNAMODB_API UpdateContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateContributorInsightsResult & WithTableName(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetTableName() const
UpdateContributorInsightsResult & WithRequestId(Aws::String &&value)
void SetIndexName(const char *value)
void SetTableName(Aws::String &&value)
void SetIndexName(const Aws::String &value)
UpdateContributorInsightsResult & WithIndexName(const char *value)
void SetTableName(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetIndexName(Aws::String &&value)
UpdateContributorInsightsResult & WithContributorInsightsStatus(const ContributorInsightsStatus &value)
UpdateContributorInsightsResult & WithTableName(Aws::String &&value)
void SetContributorInsightsStatus(ContributorInsightsStatus &&value)
const ContributorInsightsStatus & GetContributorInsightsStatus() const
UpdateContributorInsightsResult & WithRequestId(const char *value)
AWS_DYNAMODB_API UpdateContributorInsightsResult()
void SetContributorInsightsStatus(const ContributorInsightsStatus &value)
UpdateContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus &&value)
AWS_DYNAMODB_API UpdateContributorInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ContributorInsightsStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue