AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BufferOptions.h
1
6#pragma once
7#include <aws/osis/OSIS_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace OSIS
20{
21namespace Model
22{
23
34 {
35 public:
36 AWS_OSIS_API BufferOptions();
40
41
43
46 inline bool GetPersistentBufferEnabled() const{ return m_persistentBufferEnabled; }
47 inline bool PersistentBufferEnabledHasBeenSet() const { return m_persistentBufferEnabledHasBeenSet; }
48 inline void SetPersistentBufferEnabled(bool value) { m_persistentBufferEnabledHasBeenSet = true; m_persistentBufferEnabled = value; }
49 inline BufferOptions& WithPersistentBufferEnabled(bool value) { SetPersistentBufferEnabled(value); return *this;}
51 private:
52
53 bool m_persistentBufferEnabled;
54 bool m_persistentBufferEnabledHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace OSIS
59} // namespace Aws
bool PersistentBufferEnabledHasBeenSet() const
void SetPersistentBufferEnabled(bool value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OSIS_API BufferOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
BufferOptions & WithPersistentBufferEnabled(bool value)
AWS_OSIS_API BufferOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue