7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename S3UriT = Aws::String>
49 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
50 template<
typename S3UriT = Aws::String>
60 template<
typename KmsKeyIdT = Aws::String>
61 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
62 template<
typename KmsKeyIdT = Aws::String>
68 bool m_s3UriHasBeenSet =
false;
71 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