AWS SDK for C++

AWS SDK for C++ Version 1.11.773

Loading...
Searching...
No Matches
FlushStreamConfiguration.h
1
6#pragma once
7#include <aws/polly/Polly_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Polly {
17namespace Model {
18
26 public:
27 AWS_POLLY_API FlushStreamConfiguration() = default;
30 AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetForce() const { return m_force; }
38 inline bool ForceHasBeenSet() const { return m_forceHasBeenSet; }
39 inline void SetForce(bool value) {
40 m_forceHasBeenSet = true;
41 m_force = value;
42 }
43 inline FlushStreamConfiguration& WithForce(bool value) {
44 SetForce(value);
45 return *this;
46 }
48 private:
49 bool m_force{false};
50 bool m_forceHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Polly
55} // namespace Aws
AWS_POLLY_API FlushStreamConfiguration()=default
AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const
FlushStreamConfiguration & WithForce(bool value)
AWS_POLLY_API FlushStreamConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_POLLY_API FlushStreamConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue