AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
GetS3TableIntegrationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
9#include <aws/observabilityadmin/model/Encryption.h>
10#include <aws/observabilityadmin/model/IntegrationStatus.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 ObservabilityAdmin {
24namespace Model {
26 public:
27 AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult() = default;
30
32
35 inline const Aws::String& GetArn() const { return m_arn; }
36 template <typename ArnT = Aws::String>
37 void SetArn(ArnT&& value) {
38 m_arnHasBeenSet = true;
39 m_arn = std::forward<ArnT>(value);
40 }
41 template <typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
54 template <typename RoleArnT = Aws::String>
55 void SetRoleArn(RoleArnT&& value) {
56 m_roleArnHasBeenSet = true;
57 m_roleArn = std::forward<RoleArnT>(value);
58 }
59 template <typename RoleArnT = Aws::String>
61 SetRoleArn(std::forward<RoleArnT>(value));
62 return *this;
63 }
65
67
70 inline IntegrationStatus GetStatus() const { return m_status; }
71 inline void SetStatus(IntegrationStatus value) {
72 m_statusHasBeenSet = true;
73 m_status = value;
74 }
76 SetStatus(value);
77 return *this;
78 }
80
82
85 inline const Encryption& GetEncryption() const { return m_encryption; }
86 template <typename EncryptionT = Encryption>
87 void SetEncryption(EncryptionT&& value) {
88 m_encryptionHasBeenSet = true;
89 m_encryption = std::forward<EncryptionT>(value);
90 }
91 template <typename EncryptionT = Encryption>
93 SetEncryption(std::forward<EncryptionT>(value));
94 return *this;
95 }
97
99
103 inline const Aws::String& GetDestinationTableBucketArn() const { return m_destinationTableBucketArn; }
104 template <typename DestinationTableBucketArnT = Aws::String>
105 void SetDestinationTableBucketArn(DestinationTableBucketArnT&& value) {
106 m_destinationTableBucketArnHasBeenSet = true;
107 m_destinationTableBucketArn = std::forward<DestinationTableBucketArnT>(value);
108 }
109 template <typename DestinationTableBucketArnT = Aws::String>
110 GetS3TableIntegrationResult& WithDestinationTableBucketArn(DestinationTableBucketArnT&& value) {
111 SetDestinationTableBucketArn(std::forward<DestinationTableBucketArnT>(value));
112 return *this;
113 }
115
117
120 inline long long GetCreatedTimeStamp() const { return m_createdTimeStamp; }
121 inline void SetCreatedTimeStamp(long long value) {
122 m_createdTimeStampHasBeenSet = true;
123 m_createdTimeStamp = value;
124 }
126 SetCreatedTimeStamp(value);
127 return *this;
128 }
130
132
133 inline const Aws::String& GetRequestId() const { return m_requestId; }
134 template <typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) {
136 m_requestIdHasBeenSet = true;
137 m_requestId = std::forward<RequestIdT>(value);
138 }
139 template <typename RequestIdT = Aws::String>
141 SetRequestId(std::forward<RequestIdT>(value));
142 return *this;
143 }
145 private:
146 Aws::String m_arn;
147
148 Aws::String m_roleArn;
149
151
152 Encryption m_encryption;
153
154 Aws::String m_destinationTableBucketArn;
155
156 long long m_createdTimeStamp{0};
157
158 Aws::String m_requestId;
159 bool m_arnHasBeenSet = false;
160 bool m_roleArnHasBeenSet = false;
161 bool m_statusHasBeenSet = false;
162 bool m_encryptionHasBeenSet = false;
163 bool m_destinationTableBucketArnHasBeenSet = false;
164 bool m_createdTimeStampHasBeenSet = false;
165 bool m_requestIdHasBeenSet = false;
166};
167
168} // namespace Model
169} // namespace ObservabilityAdmin
170} // namespace Aws
GetS3TableIntegrationResult & WithCreatedTimeStamp(long long value)
GetS3TableIntegrationResult & WithDestinationTableBucketArn(DestinationTableBucketArnT &&value)
GetS3TableIntegrationResult & WithRoleArn(RoleArnT &&value)
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetS3TableIntegrationResult & WithRequestId(RequestIdT &&value)
GetS3TableIntegrationResult & WithEncryption(EncryptionT &&value)
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult()=default
GetS3TableIntegrationResult & WithStatus(IntegrationStatus value)
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult(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