7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename LocalPathT = Aws::String>
44 m_localPathHasBeenSet =
true;
45 m_localPath = std::forward<LocalPathT>(value);
47 template <
typename LocalPathT = Aws::String>
61 template <
typename S3UriT = Aws::String>
63 m_s3UriHasBeenSet =
true;
64 m_s3Uri = std::forward<S3UriT>(value);
66 template <
typename S3UriT = Aws::String>
68 SetS3Uri(std::forward<S3UriT>(value));
76 bool m_localPathHasBeenSet =
false;
77 bool m_s3UriHasBeenSet =
false;
bool S3UriHasBeenSet() const
bool LocalPathHasBeenSet() const
JobCheckpointConfig & WithLocalPath(LocalPathT &&value)
const Aws::String & GetS3Uri() const
AWS_BRAKET_API JobCheckpointConfig()=default
AWS_BRAKET_API JobCheckpointConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BRAKET_API JobCheckpointConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocalPath() const
JobCheckpointConfig & WithS3Uri(S3UriT &&value)
void SetS3Uri(S3UriT &&value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocalPath(LocalPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue