AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
StreamStorageConfiguration.h
1
6#pragma once
7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/model/DefaultStorageTier.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisVideo {
20namespace Model {
21
31 public:
32 AWS_KINESISVIDEO_API StreamStorageConfiguration() = default;
35 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
48 inline DefaultStorageTier GetDefaultStorageTier() const { return m_defaultStorageTier; }
49 inline bool DefaultStorageTierHasBeenSet() const { return m_defaultStorageTierHasBeenSet; }
51 m_defaultStorageTierHasBeenSet = true;
52 m_defaultStorageTier = value;
53 }
56 return *this;
57 }
59 private:
61 bool m_defaultStorageTierHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace KinesisVideo
66} // namespace Aws
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
StreamStorageConfiguration & WithDefaultStorageTier(DefaultStorageTier value)
AWS_KINESISVIDEO_API StreamStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API StreamStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API StreamStorageConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue