AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3InputFormatConfig.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/S3InputFileType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Appflow
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPFLOW_API S3InputFormatConfig();
38 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const S3InputFileType& GetS3InputFileType() const{ return m_s3InputFileType; }
46 inline bool S3InputFileTypeHasBeenSet() const { return m_s3InputFileTypeHasBeenSet; }
47 inline void SetS3InputFileType(const S3InputFileType& value) { m_s3InputFileTypeHasBeenSet = true; m_s3InputFileType = value; }
48 inline void SetS3InputFileType(S3InputFileType&& value) { m_s3InputFileTypeHasBeenSet = true; m_s3InputFileType = std::move(value); }
49 inline S3InputFormatConfig& WithS3InputFileType(const S3InputFileType& value) { SetS3InputFileType(value); return *this;}
50 inline S3InputFormatConfig& WithS3InputFileType(S3InputFileType&& value) { SetS3InputFileType(std::move(value)); return *this;}
52 private:
53
54 S3InputFileType m_s3InputFileType;
55 bool m_s3InputFileTypeHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Appflow
60} // namespace Aws
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const S3InputFileType & GetS3InputFileType() const
void SetS3InputFileType(S3InputFileType &&value)
void SetS3InputFileType(const S3InputFileType &value)
AWS_APPFLOW_API S3InputFormatConfig(Aws::Utils::Json::JsonView jsonValue)
S3InputFormatConfig & WithS3InputFileType(const S3InputFileType &value)
AWS_APPFLOW_API S3InputFormatConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
S3InputFormatConfig & WithS3InputFileType(S3InputFileType &&value)
Aws::Utils::Json::JsonValue JsonValue