AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
UpdateContributorInsightsResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/ContributorInsightsMode.h>
10#include <aws/dynamodb/model/ContributorInsightsStatus.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace DynamoDB {
24namespace Model {
26 public:
27 AWS_DYNAMODB_API UpdateContributorInsightsResult() = default;
30
32
35 inline const Aws::String& GetTableName() const { return m_tableName; }
36 template <typename TableNameT = Aws::String>
37 void SetTableName(TableNameT&& value) {
38 m_tableNameHasBeenSet = true;
39 m_tableName = std::forward<TableNameT>(value);
40 }
41 template <typename TableNameT = Aws::String>
43 SetTableName(std::forward<TableNameT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::String& GetIndexName() const { return m_indexName; }
53 template <typename IndexNameT = Aws::String>
54 void SetIndexName(IndexNameT&& value) {
55 m_indexNameHasBeenSet = true;
56 m_indexName = std::forward<IndexNameT>(value);
57 }
58 template <typename IndexNameT = Aws::String>
60 SetIndexName(std::forward<IndexNameT>(value));
61 return *this;
62 }
64
66
69 inline ContributorInsightsStatus GetContributorInsightsStatus() const { return m_contributorInsightsStatus; }
71 m_contributorInsightsStatusHasBeenSet = true;
72 m_contributorInsightsStatus = value;
73 }
76 return *this;
77 }
79
81
86 inline ContributorInsightsMode GetContributorInsightsMode() const { return m_contributorInsightsMode; }
88 m_contributorInsightsModeHasBeenSet = true;
89 m_contributorInsightsMode = value;
90 }
93 return *this;
94 }
96
98
99 inline const Aws::String& GetRequestId() const { return m_requestId; }
100 template <typename RequestIdT = Aws::String>
101 void SetRequestId(RequestIdT&& value) {
102 m_requestIdHasBeenSet = true;
103 m_requestId = std::forward<RequestIdT>(value);
104 }
105 template <typename RequestIdT = Aws::String>
107 SetRequestId(std::forward<RequestIdT>(value));
108 return *this;
109 }
111 private:
112 Aws::String m_tableName;
113
114 Aws::String m_indexName;
115
117
119
120 Aws::String m_requestId;
121 bool m_tableNameHasBeenSet = false;
122 bool m_indexNameHasBeenSet = false;
123 bool m_contributorInsightsStatusHasBeenSet = false;
124 bool m_contributorInsightsModeHasBeenSet = false;
125 bool m_requestIdHasBeenSet = false;
126};
127
128} // namespace Model
129} // namespace DynamoDB
130} // namespace Aws
UpdateContributorInsightsResult & WithContributorInsightsMode(ContributorInsightsMode value)
UpdateContributorInsightsResult & WithRequestId(RequestIdT &&value)
AWS_DYNAMODB_API UpdateContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DYNAMODB_API UpdateContributorInsightsResult()=default
UpdateContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus value)
UpdateContributorInsightsResult & WithIndexName(IndexNameT &&value)
UpdateContributorInsightsResult & WithTableName(TableNameT &&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