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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ObservabilityAdmin {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
54 template <
typename RoleArnT = Aws::String>
56 m_roleArnHasBeenSet =
true;
57 m_roleArn = std::forward<RoleArnT>(value);
59 template <
typename RoleArnT = Aws::String>
72 m_statusHasBeenSet =
true;
86 template <
typename EncryptionT = Encryption>
88 m_encryptionHasBeenSet =
true;
89 m_encryption = std::forward<EncryptionT>(value);
91 template <
typename EncryptionT = Encryption>
104 template <
typename DestinationTableBucketArnT = Aws::String>
106 m_destinationTableBucketArnHasBeenSet =
true;
107 m_destinationTableBucketArn = std::forward<DestinationTableBucketArnT>(value);
109 template <
typename DestinationTableBucketArnT = Aws::String>
122 m_createdTimeStampHasBeenSet =
true;
123 m_createdTimeStamp = value;
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
152 Encryption m_encryption;
156 long long m_createdTimeStamp{0};
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;
const Aws::String & GetRoleArn() const
GetS3TableIntegrationResult & WithCreatedTimeStamp(long long value)
void SetEncryption(EncryptionT &&value)
const Aws::String & GetArn() 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