AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataIntegrationFlowS3Options.h
1
6#pragma once
7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/supplychain/model/DataIntegrationFlowFileType.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 SupplyChain
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Options();
38 AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const DataIntegrationFlowFileType& GetFileType() const{ return m_fileType; }
46 inline bool FileTypeHasBeenSet() const { return m_fileTypeHasBeenSet; }
47 inline void SetFileType(const DataIntegrationFlowFileType& value) { m_fileTypeHasBeenSet = true; m_fileType = value; }
48 inline void SetFileType(DataIntegrationFlowFileType&& value) { m_fileTypeHasBeenSet = true; m_fileType = std::move(value); }
50 inline DataIntegrationFlowS3Options& WithFileType(DataIntegrationFlowFileType&& value) { SetFileType(std::move(value)); return *this;}
52 private:
53
55 bool m_fileTypeHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace SupplyChain
60} // namespace Aws
DataIntegrationFlowS3Options & WithFileType(DataIntegrationFlowFileType &&value)
DataIntegrationFlowS3Options & WithFileType(const DataIntegrationFlowFileType &value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Options & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3Options(Aws::Utils::Json::JsonView jsonValue)
void SetFileType(const DataIntegrationFlowFileType &value)
const DataIntegrationFlowFileType & GetFileType() const
Aws::Utils::Json::JsonValue JsonValue