AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AssociateAnalyticsDataSetResult.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Connect
24{
25namespace Model
26{
28 {
29 public:
33
34
36
39 inline const Aws::String& GetDataSetId() const{ return m_dataSetId; }
40 inline void SetDataSetId(const Aws::String& value) { m_dataSetId = value; }
41 inline void SetDataSetId(Aws::String&& value) { m_dataSetId = std::move(value); }
42 inline void SetDataSetId(const char* value) { m_dataSetId.assign(value); }
43 inline AssociateAnalyticsDataSetResult& WithDataSetId(const Aws::String& value) { SetDataSetId(value); return *this;}
44 inline AssociateAnalyticsDataSetResult& WithDataSetId(Aws::String&& value) { SetDataSetId(std::move(value)); return *this;}
45 inline AssociateAnalyticsDataSetResult& WithDataSetId(const char* value) { SetDataSetId(value); return *this;}
47
49
52 inline const Aws::String& GetTargetAccountId() const{ return m_targetAccountId; }
53 inline void SetTargetAccountId(const Aws::String& value) { m_targetAccountId = value; }
54 inline void SetTargetAccountId(Aws::String&& value) { m_targetAccountId = std::move(value); }
55 inline void SetTargetAccountId(const char* value) { m_targetAccountId.assign(value); }
57 inline AssociateAnalyticsDataSetResult& WithTargetAccountId(Aws::String&& value) { SetTargetAccountId(std::move(value)); return *this;}
58 inline AssociateAnalyticsDataSetResult& WithTargetAccountId(const char* value) { SetTargetAccountId(value); return *this;}
60
62
65 inline const Aws::String& GetResourceShareId() const{ return m_resourceShareId; }
66 inline void SetResourceShareId(const Aws::String& value) { m_resourceShareId = value; }
67 inline void SetResourceShareId(Aws::String&& value) { m_resourceShareId = std::move(value); }
68 inline void SetResourceShareId(const char* value) { m_resourceShareId.assign(value); }
70 inline AssociateAnalyticsDataSetResult& WithResourceShareId(Aws::String&& value) { SetResourceShareId(std::move(value)); return *this;}
71 inline AssociateAnalyticsDataSetResult& WithResourceShareId(const char* value) { SetResourceShareId(value); return *this;}
73
75
78 inline const Aws::String& GetResourceShareArn() const{ return m_resourceShareArn; }
79 inline void SetResourceShareArn(const Aws::String& value) { m_resourceShareArn = value; }
80 inline void SetResourceShareArn(Aws::String&& value) { m_resourceShareArn = std::move(value); }
81 inline void SetResourceShareArn(const char* value) { m_resourceShareArn.assign(value); }
83 inline AssociateAnalyticsDataSetResult& WithResourceShareArn(Aws::String&& value) { SetResourceShareArn(std::move(value)); return *this;}
84 inline AssociateAnalyticsDataSetResult& WithResourceShareArn(const char* value) { SetResourceShareArn(value); return *this;}
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline AssociateAnalyticsDataSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline AssociateAnalyticsDataSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline AssociateAnalyticsDataSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_dataSetId;
100
101 Aws::String m_targetAccountId;
102
103 Aws::String m_resourceShareId;
104
105 Aws::String m_resourceShareArn;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace Connect
112} // namespace Aws
AssociateAnalyticsDataSetResult & WithResourceShareId(const char *value)
AssociateAnalyticsDataSetResult & WithTargetAccountId(const Aws::String &value)
AWS_CONNECT_API AssociateAnalyticsDataSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateAnalyticsDataSetResult & WithRequestId(const char *value)
AssociateAnalyticsDataSetResult & WithRequestId(Aws::String &&value)
AWS_CONNECT_API AssociateAnalyticsDataSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateAnalyticsDataSetResult & WithDataSetId(Aws::String &&value)
AssociateAnalyticsDataSetResult & WithResourceShareId(Aws::String &&value)
AssociateAnalyticsDataSetResult & WithRequestId(const Aws::String &value)
AssociateAnalyticsDataSetResult & WithResourceShareArn(const Aws::String &value)
AssociateAnalyticsDataSetResult & WithResourceShareArn(const char *value)
AssociateAnalyticsDataSetResult & WithTargetAccountId(const char *value)
AssociateAnalyticsDataSetResult & WithResourceShareId(const Aws::String &value)
AssociateAnalyticsDataSetResult & WithDataSetId(const Aws::String &value)
AssociateAnalyticsDataSetResult & WithTargetAccountId(Aws::String &&value)
AssociateAnalyticsDataSetResult & WithDataSetId(const char *value)
AssociateAnalyticsDataSetResult & WithResourceShareArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue