7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LocalPathT = Aws::String>
49 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
50 template<
typename LocalPathT = Aws::String>
61 template<
typename S3UriT = Aws::String>
62 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
63 template<
typename S3UriT = Aws::String>
69 bool m_localPathHasBeenSet =
false;
72 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