AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
OutputFormatOptions.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/model/CsvOutputOptions.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GlueDataBrew {
20namespace Model {
21
29 public:
30 AWS_GLUEDATABREW_API OutputFormatOptions() = default;
31 AWS_GLUEDATABREW_API OutputFormatOptions(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const CsvOutputOptions& GetCsv() const { return m_csv; }
41 inline bool CsvHasBeenSet() const { return m_csvHasBeenSet; }
42 template <typename CsvT = CsvOutputOptions>
43 void SetCsv(CsvT&& value) {
44 m_csvHasBeenSet = true;
45 m_csv = std::forward<CsvT>(value);
46 }
47 template <typename CsvT = CsvOutputOptions>
49 SetCsv(std::forward<CsvT>(value));
50 return *this;
51 }
53 private:
54 CsvOutputOptions m_csv;
55 bool m_csvHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace GlueDataBrew
60} // namespace Aws
OutputFormatOptions & WithCsv(CsvT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUEDATABREW_API OutputFormatOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API OutputFormatOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API OutputFormatOptions()=default
Aws::Utils::Json::JsonValue JsonValue