AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StreamModeDetails.h
1
6#pragma once
7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/kinesis/model/StreamMode.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 Kinesis
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_KINESIS_API StreamModeDetails();
40 AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const StreamMode& GetStreamMode() const{ return m_streamMode; }
50 inline bool StreamModeHasBeenSet() const { return m_streamModeHasBeenSet; }
51 inline void SetStreamMode(const StreamMode& value) { m_streamModeHasBeenSet = true; m_streamMode = value; }
52 inline void SetStreamMode(StreamMode&& value) { m_streamModeHasBeenSet = true; m_streamMode = std::move(value); }
53 inline StreamModeDetails& WithStreamMode(const StreamMode& value) { SetStreamMode(value); return *this;}
54 inline StreamModeDetails& WithStreamMode(StreamMode&& value) { SetStreamMode(std::move(value)); return *this;}
56 private:
57
58 StreamMode m_streamMode;
59 bool m_streamModeHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Kinesis
64} // namespace Aws
AWS_KINESIS_API StreamModeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamModeDetails & WithStreamMode(const StreamMode &value)
AWS_KINESIS_API StreamModeDetails(Aws::Utils::Json::JsonView jsonValue)
void SetStreamMode(const StreamMode &value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
StreamModeDetails & WithStreamMode(StreamMode &&value)
const StreamMode & GetStreamMode() const
Aws::Utils::Json::JsonValue JsonValue