7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ProcessingS3UploadMode.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
63 template <
typename LocalPathT = Aws::String>
65 m_localPathHasBeenSet =
true;
66 m_localPath = std::forward<LocalPathT>(value);
68 template <
typename LocalPathT = Aws::String>
83 m_s3UploadModeHasBeenSet =
true;
84 m_s3UploadMode = value;
97 bool m_s3UriHasBeenSet =
false;
98 bool m_localPathHasBeenSet =
false;
99 bool m_s3UploadModeHasBeenSet =
false;
const Aws::String & GetS3Uri() const
bool S3UploadModeHasBeenSet() const
void SetS3UploadMode(ProcessingS3UploadMode value)
MonitoringS3Output & WithLocalPath(LocalPathT &&value)
AWS_SAGEMAKER_API MonitoringS3Output(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API MonitoringS3Output()=default
AWS_SAGEMAKER_API MonitoringS3Output & operator=(Aws::Utils::Json::JsonView jsonValue)
ProcessingS3UploadMode GetS3UploadMode() const
MonitoringS3Output & WithS3UploadMode(ProcessingS3UploadMode value)
bool S3UriHasBeenSet() const
void SetLocalPath(LocalPathT &&value)
const Aws::String & GetLocalPath() const
MonitoringS3Output & WithS3Uri(S3UriT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Uri(S3UriT &&value)
bool LocalPathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue