7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename KmsKeyIdT = Aws::String>
46 m_kmsKeyIdHasBeenSet =
true;
47 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
49 template <
typename KmsKeyIdT = Aws::String>
64 template <
typename S3PathT = Aws::String>
66 m_s3PathHasBeenSet =
true;
67 m_s3Path = std::forward<S3PathT>(value);
69 template <
typename S3PathT = Aws::String>
79 bool m_kmsKeyIdHasBeenSet =
false;
80 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