7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename KmsKeyIdT = Aws::String>
51 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
52 template<
typename KmsKeyIdT = Aws::String>
64 template<
typename S3PathT = Aws::String>
65 void SetS3Path(S3PathT&& value) { m_s3PathHasBeenSet =
true; m_s3Path = std::forward<S3PathT>(value); }
66 template<
typename S3PathT = Aws::String>
72 bool m_kmsKeyIdHasBeenSet =
false;
75 bool m_s3PathHasBeenSet =
false;
const Aws::String & GetS3Path() const
AWS_BRAKET_API JobOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BRAKET_API JobOutputDataConfig()=default
void SetS3Path(S3PathT &&value)
bool S3PathHasBeenSet() const
const Aws::String & GetKmsKeyId() const
JobOutputDataConfig & WithS3Path(S3PathT &&value)
AWS_BRAKET_API JobOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
JobOutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue