AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TransformS3DataSource.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/S3DataType.h>
9#include <aws/core/utils/memory/stl/AWSString.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
33 {
34 public:
35 AWS_SAGEMAKER_API TransformS3DataSource() = default;
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline S3DataType GetS3DataType() const { return m_s3DataType; }
53 inline bool S3DataTypeHasBeenSet() const { return m_s3DataTypeHasBeenSet; }
54 inline void SetS3DataType(S3DataType value) { m_s3DataTypeHasBeenSet = true; m_s3DataType = value; }
55 inline TransformS3DataSource& WithS3DataType(S3DataType value) { SetS3DataType(value); return *this;}
57
59
80 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
81 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
82 template<typename S3UriT = Aws::String>
83 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
84 template<typename S3UriT = Aws::String>
85 TransformS3DataSource& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(value)); return *this;}
87 private:
88
89 S3DataType m_s3DataType{S3DataType::NOT_SET};
90 bool m_s3DataTypeHasBeenSet = false;
91
92 Aws::String m_s3Uri;
93 bool m_s3UriHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace SageMaker
98} // namespace Aws
AWS_SAGEMAKER_API TransformS3DataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformS3DataSource & WithS3DataType(S3DataType value)
AWS_SAGEMAKER_API TransformS3DataSource()=default
AWS_SAGEMAKER_API TransformS3DataSource(Aws::Utils::Json::JsonView jsonValue)
TransformS3DataSource & 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