AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateContributorInsightsResult.h
1
6#pragma once
7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ContributorInsightsStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace DynamoDB
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::String& GetTableName() const{ return m_tableName; }
41 inline void SetTableName(const Aws::String& value) { m_tableName = value; }
42 inline void SetTableName(Aws::String&& value) { m_tableName = std::move(value); }
43 inline void SetTableName(const char* value) { m_tableName.assign(value); }
44 inline UpdateContributorInsightsResult& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
45 inline UpdateContributorInsightsResult& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
46 inline UpdateContributorInsightsResult& WithTableName(const char* value) { SetTableName(value); return *this;}
48
50
53 inline const Aws::String& GetIndexName() const{ return m_indexName; }
54 inline void SetIndexName(const Aws::String& value) { m_indexName = value; }
55 inline void SetIndexName(Aws::String&& value) { m_indexName = std::move(value); }
56 inline void SetIndexName(const char* value) { m_indexName.assign(value); }
57 inline UpdateContributorInsightsResult& WithIndexName(const Aws::String& value) { SetIndexName(value); return *this;}
58 inline UpdateContributorInsightsResult& WithIndexName(Aws::String&& value) { SetIndexName(std::move(value)); return *this;}
59 inline UpdateContributorInsightsResult& WithIndexName(const char* value) { SetIndexName(value); return *this;}
61
63
66 inline const ContributorInsightsStatus& GetContributorInsightsStatus() const{ return m_contributorInsightsStatus; }
67 inline void SetContributorInsightsStatus(const ContributorInsightsStatus& value) { m_contributorInsightsStatus = value; }
68 inline void SetContributorInsightsStatus(ContributorInsightsStatus&& value) { m_contributorInsightsStatus = std::move(value); }
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline UpdateContributorInsightsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline UpdateContributorInsightsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline UpdateContributorInsightsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_tableName;
86
87 Aws::String m_indexName;
88
89 ContributorInsightsStatus m_contributorInsightsStatus;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace DynamoDB
96} // namespace Aws
UpdateContributorInsightsResult & WithTableName(const char *value)
UpdateContributorInsightsResult & WithRequestId(const Aws::String &value)
UpdateContributorInsightsResult & WithIndexName(Aws::String &&value)
UpdateContributorInsightsResult & WithIndexName(const Aws::String &value)
AWS_DYNAMODB_API UpdateContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateContributorInsightsResult & WithTableName(const Aws::String &value)
UpdateContributorInsightsResult & WithRequestId(Aws::String &&value)
UpdateContributorInsightsResult & WithIndexName(const char *value)
UpdateContributorInsightsResult & WithContributorInsightsStatus(const ContributorInsightsStatus &value)
UpdateContributorInsightsResult & WithTableName(Aws::String &&value)
const ContributorInsightsStatus & GetContributorInsightsStatus() const
UpdateContributorInsightsResult & WithRequestId(const char *value)
void SetContributorInsightsStatus(const ContributorInsightsStatus &value)
UpdateContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus &&value)
AWS_DYNAMODB_API UpdateContributorInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue