7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
10#include <aws/observabilityadmin/model/Encryption.h>
11#include <aws/observabilityadmin/model/IntegrationStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ObservabilityAdmin {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
55 template <
typename RoleArnT = Aws::String>
57 m_roleArnHasBeenSet =
true;
58 m_roleArn = std::forward<RoleArnT>(value);
60 template <
typename RoleArnT = Aws::String>
73 m_statusHasBeenSet =
true;
87 template <
typename EncryptionT = Encryption>
89 m_encryptionHasBeenSet =
true;
90 m_encryption = std::forward<EncryptionT>(value);
92 template <
typename EncryptionT = Encryption>
105 template <
typename DestinationTableBucketArnT = Aws::String>
107 m_destinationTableBucketArnHasBeenSet =
true;
108 m_destinationTableBucketArn = std::forward<DestinationTableBucketArnT>(value);
110 template <
typename DestinationTableBucketArnT = Aws::String>
123 m_createdTimeStampHasBeenSet =
true;
124 m_createdTimeStamp = value;
135 template <
typename RequestIdT = Aws::String>
137 m_requestIdHasBeenSet =
true;
138 m_requestId = std::forward<RequestIdT>(value);
140 template <
typename RequestIdT = Aws::String>
155 Encryption m_encryption;
159 long long m_createdTimeStamp{0};
163 bool m_arnHasBeenSet =
false;
164 bool m_roleArnHasBeenSet =
false;
165 bool m_statusHasBeenSet =
false;
166 bool m_encryptionHasBeenSet =
false;
167 bool m_destinationTableBucketArnHasBeenSet =
false;
168 bool m_createdTimeStampHasBeenSet =
false;
169 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRoleArn() const
GetS3TableIntegrationResult & WithCreatedTimeStamp(long long value)
void SetEncryption(EncryptionT &&value)
const Aws::String & GetArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
GetS3TableIntegrationResult & WithDestinationTableBucketArn(DestinationTableBucketArnT &&value)
GetS3TableIntegrationResult & WithRoleArn(RoleArnT &&value)
void SetStatus(IntegrationStatus value)
const Aws::String & GetDestinationTableBucketArn() const
void SetDestinationTableBucketArn(DestinationTableBucketArnT &&value)
void SetCreatedTimeStamp(long long value)
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetS3TableIntegrationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Encryption & GetEncryption() const
void SetArn(ArnT &&value)
GetS3TableIntegrationResult & WithEncryption(EncryptionT &&value)
GetS3TableIntegrationResult & WithArn(ArnT &&value)
IntegrationStatus GetStatus() const
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult()=default
GetS3TableIntegrationResult & WithStatus(IntegrationStatus value)
long long GetCreatedTimeStamp() const
AWS_OBSERVABILITYADMIN_API GetS3TableIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue