AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MonitoringS3Output.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingS3UploadMode.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKER_API MonitoringS3Output() = default;
37 AWS_SAGEMAKER_API MonitoringS3Output(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
48 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
49 template<typename S3UriT = Aws::String>
50 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
51 template<typename S3UriT = Aws::String>
52 MonitoringS3Output& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(value)); return *this;}
54
56
61 inline const Aws::String& GetLocalPath() const { return m_localPath; }
62 inline bool LocalPathHasBeenSet() const { return m_localPathHasBeenSet; }
63 template<typename LocalPathT = Aws::String>
64 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet = true; m_localPath = std::forward<LocalPathT>(value); }
65 template<typename LocalPathT = Aws::String>
66 MonitoringS3Output& WithLocalPath(LocalPathT&& value) { SetLocalPath(std::forward<LocalPathT>(value)); return *this;}
68
70
74 inline ProcessingS3UploadMode GetS3UploadMode() const { return m_s3UploadMode; }
75 inline bool S3UploadModeHasBeenSet() const { return m_s3UploadModeHasBeenSet; }
76 inline void SetS3UploadMode(ProcessingS3UploadMode value) { m_s3UploadModeHasBeenSet = true; m_s3UploadMode = value; }
79 private:
80
81 Aws::String m_s3Uri;
82 bool m_s3UriHasBeenSet = false;
83
84 Aws::String m_localPath;
85 bool m_localPathHasBeenSet = false;
86
88 bool m_s3UploadModeHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace SageMaker
93} // namespace Aws
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)
MonitoringS3Output & WithS3Uri(S3UriT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue