7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/healthlake/HealthLake_EXPORTS.h>
42 template <
typename S3UriT = Aws::String>
44 m_s3UriHasBeenSet =
true;
45 m_s3Uri = std::forward<S3UriT>(value);
47 template <
typename S3UriT = Aws::String>
49 SetS3Uri(std::forward<S3UriT>(value));
60 template <
typename KmsKeyIdT = Aws::String>
62 m_kmsKeyIdHasBeenSet =
true;
63 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
65 template <
typename KmsKeyIdT = Aws::String>
75 bool m_s3UriHasBeenSet =
false;
76 bool m_kmsKeyIdHasBeenSet =
false;
S3Configuration & WithS3Uri(S3UriT &&value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKmsKeyId() const
AWS_HEALTHLAKE_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetS3Uri() const
AWS_HEALTHLAKE_API S3Configuration()=default
void SetS3Uri(S3UriT &&value)
AWS_HEALTHLAKE_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
S3Configuration & WithKmsKeyId(KmsKeyIdT &&value)
bool S3UriHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue