AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AutoMLS3DataSource.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/AutoMLS3DataType.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 AutoMLS3DataSource() = default;
36 AWS_SAGEMAKER_API AutoMLS3DataSource(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
70 inline AutoMLS3DataType GetS3DataType() const { return m_s3DataType; }
71 inline bool S3DataTypeHasBeenSet() const { return m_s3DataTypeHasBeenSet; }
72 inline void SetS3DataType(AutoMLS3DataType value) { m_s3DataTypeHasBeenSet = true; m_s3DataType = value; }
73 inline AutoMLS3DataSource& WithS3DataType(AutoMLS3DataType value) { SetS3DataType(value); return *this;}
75
77
81 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
82 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
83 template<typename S3UriT = Aws::String>
84 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
85 template<typename S3UriT = Aws::String>
86 AutoMLS3DataSource& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(value)); return *this;}
88 private:
89
91 bool m_s3DataTypeHasBeenSet = false;
92
93 Aws::String m_s3Uri;
94 bool m_s3UriHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace SageMaker
99} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AutoMLS3DataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AutoMLS3DataSource()=default
void SetS3DataType(AutoMLS3DataType value)
AWS_SAGEMAKER_API AutoMLS3DataSource(Aws::Utils::Json::JsonView jsonValue)
AutoMLS3DataSource & WithS3DataType(AutoMLS3DataType value)
AutoMLS3DataSource & WithS3Uri(S3UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue