AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeContributorInsightsResult.h
1
6#pragma once
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 <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace DynamoDB
28{
29namespace Model
30{
32 {
33 public:
37
38
40
43 inline const Aws::String& GetTableName() const{ return m_tableName; }
44 inline void SetTableName(const Aws::String& value) { m_tableName = value; }
45 inline void SetTableName(Aws::String&& value) { m_tableName = std::move(value); }
46 inline void SetTableName(const char* value) { m_tableName.assign(value); }
47 inline DescribeContributorInsightsResult& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
48 inline DescribeContributorInsightsResult& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
49 inline DescribeContributorInsightsResult& WithTableName(const char* value) { SetTableName(value); return *this;}
51
53
56 inline const Aws::String& GetIndexName() const{ return m_indexName; }
57 inline void SetIndexName(const Aws::String& value) { m_indexName = value; }
58 inline void SetIndexName(Aws::String&& value) { m_indexName = std::move(value); }
59 inline void SetIndexName(const char* value) { m_indexName.assign(value); }
60 inline DescribeContributorInsightsResult& WithIndexName(const Aws::String& value) { SetIndexName(value); return *this;}
61 inline DescribeContributorInsightsResult& WithIndexName(Aws::String&& value) { SetIndexName(std::move(value)); return *this;}
62 inline DescribeContributorInsightsResult& WithIndexName(const char* value) { SetIndexName(value); return *this;}
64
66
69 inline const Aws::Vector<Aws::String>& GetContributorInsightsRuleList() const{ return m_contributorInsightsRuleList; }
70 inline void SetContributorInsightsRuleList(const Aws::Vector<Aws::String>& value) { m_contributorInsightsRuleList = value; }
71 inline void SetContributorInsightsRuleList(Aws::Vector<Aws::String>&& value) { m_contributorInsightsRuleList = std::move(value); }
74 inline DescribeContributorInsightsResult& AddContributorInsightsRuleList(const Aws::String& value) { m_contributorInsightsRuleList.push_back(value); return *this; }
75 inline DescribeContributorInsightsResult& AddContributorInsightsRuleList(Aws::String&& value) { m_contributorInsightsRuleList.push_back(std::move(value)); return *this; }
76 inline DescribeContributorInsightsResult& AddContributorInsightsRuleList(const char* value) { m_contributorInsightsRuleList.push_back(value); return *this; }
78
80
83 inline const ContributorInsightsStatus& GetContributorInsightsStatus() const{ return m_contributorInsightsStatus; }
84 inline void SetContributorInsightsStatus(const ContributorInsightsStatus& value) { m_contributorInsightsStatus = value; }
85 inline void SetContributorInsightsStatus(ContributorInsightsStatus&& value) { m_contributorInsightsStatus = std::move(value); }
89
91
94 inline const Aws::Utils::DateTime& GetLastUpdateDateTime() const{ return m_lastUpdateDateTime; }
95 inline void SetLastUpdateDateTime(const Aws::Utils::DateTime& value) { m_lastUpdateDateTime = value; }
96 inline void SetLastUpdateDateTime(Aws::Utils::DateTime&& value) { m_lastUpdateDateTime = std::move(value); }
100
102
115 inline const FailureException& GetFailureException() const{ return m_failureException; }
116 inline void SetFailureException(const FailureException& value) { m_failureException = value; }
117 inline void SetFailureException(FailureException&& value) { m_failureException = std::move(value); }
121
123
124 inline const Aws::String& GetRequestId() const{ return m_requestId; }
125 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
126 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
127 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
128 inline DescribeContributorInsightsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
129 inline DescribeContributorInsightsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
130 inline DescribeContributorInsightsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
132 private:
133
134 Aws::String m_tableName;
135
136 Aws::String m_indexName;
137
138 Aws::Vector<Aws::String> m_contributorInsightsRuleList;
139
140 ContributorInsightsStatus m_contributorInsightsStatus;
141
142 Aws::Utils::DateTime m_lastUpdateDateTime;
143
144 FailureException m_failureException;
145
146 Aws::String m_requestId;
147 };
148
149} // namespace Model
150} // namespace DynamoDB
151} // namespace Aws
AWS_DYNAMODB_API DescribeContributorInsightsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeContributorInsightsResult & WithFailureException(const FailureException &value)
DescribeContributorInsightsResult & WithContributorInsightsStatus(ContributorInsightsStatus &&value)
DescribeContributorInsightsResult & WithTableName(Aws::String &&value)
DescribeContributorInsightsResult & WithRequestId(Aws::String &&value)
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)
AWS_DYNAMODB_API DescribeContributorInsightsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetContributorInsightsRuleList(const Aws::Vector< Aws::String > &value)
DescribeContributorInsightsResult & WithIndexName(const char *value)
DescribeContributorInsightsResult & WithTableName(const Aws::String &value)
DescribeContributorInsightsResult & AddContributorInsightsRuleList(const Aws::String &value)
DescribeContributorInsightsResult & WithLastUpdateDateTime(const Aws::Utils::DateTime &value)
DescribeContributorInsightsResult & WithContributorInsightsStatus(const ContributorInsightsStatus &value)
DescribeContributorInsightsResult & WithContributorInsightsRuleList(const Aws::Vector< Aws::String > &value)
DescribeContributorInsightsResult & WithLastUpdateDateTime(Aws::Utils::DateTime &&value)
DescribeContributorInsightsResult & WithTableName(const char *value)
const Aws::Vector< Aws::String > & GetContributorInsightsRuleList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue