AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
OutputSerialization.h
1
6#pragma once
7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/CSVOutput.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 Glacier
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_GLACIER_API OutputSerialization();
37 AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const CSVOutput& GetCsv() const{ return m_csv; }
45 inline bool CsvHasBeenSet() const { return m_csvHasBeenSet; }
46 inline void SetCsv(const CSVOutput& value) { m_csvHasBeenSet = true; m_csv = value; }
47 inline void SetCsv(CSVOutput&& value) { m_csvHasBeenSet = true; m_csv = std::move(value); }
48 inline OutputSerialization& WithCsv(const CSVOutput& value) { SetCsv(value); return *this;}
49 inline OutputSerialization& WithCsv(CSVOutput&& value) { SetCsv(std::move(value)); return *this;}
51 private:
52
53 CSVOutput m_csv;
54 bool m_csvHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace Glacier
59} // namespace Aws
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
OutputSerialization & WithCsv(CSVOutput &&value)
AWS_GLACIER_API OutputSerialization(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API OutputSerialization & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputSerialization & WithCsv(const CSVOutput &value)
Aws::Utils::Json::JsonValue JsonValue