7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetS3Uri(
const char* value) { m_s3UriHasBeenSet =
true; m_s3Uri.assign(value); }
64 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
72 bool m_s3UriHasBeenSet =
false;
75 bool m_kmsKeyIdHasBeenSet =
false;
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKmsKeyId() const
AWS_HEALTHLAKE_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
S3Configuration & WithS3Uri(const char *value)
const Aws::String & GetS3Uri() const
void SetKmsKeyId(const Aws::String &value)
void SetS3Uri(Aws::String &&value)
S3Configuration & WithKmsKeyId(Aws::String &&value)
void SetKmsKeyId(Aws::String &&value)
S3Configuration & WithS3Uri(const Aws::String &value)
AWS_HEALTHLAKE_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(const char *value)
void SetS3Uri(const char *value)
S3Configuration & WithKmsKeyId(const char *value)
S3Configuration & WithS3Uri(Aws::String &&value)
bool KmsKeyIdHasBeenSet() const
AWS_HEALTHLAKE_API S3Configuration()
void SetS3Uri(const Aws::String &value)
S3Configuration & WithKmsKeyId(const Aws::String &value)
bool S3UriHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue