AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArchiveGroupSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/ArchiveCdnSettings.h>
9#include <aws/medialive/model/OutputLocationRef.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API ArchiveGroupSettings();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ArchiveCdnSettings& GetArchiveCdnSettings() const{ return m_archiveCdnSettings; }
46 inline bool ArchiveCdnSettingsHasBeenSet() const { return m_archiveCdnSettingsHasBeenSet; }
47 inline void SetArchiveCdnSettings(const ArchiveCdnSettings& value) { m_archiveCdnSettingsHasBeenSet = true; m_archiveCdnSettings = value; }
48 inline void SetArchiveCdnSettings(ArchiveCdnSettings&& value) { m_archiveCdnSettingsHasBeenSet = true; m_archiveCdnSettings = std::move(value); }
50 inline ArchiveGroupSettings& WithArchiveCdnSettings(ArchiveCdnSettings&& value) { SetArchiveCdnSettings(std::move(value)); return *this;}
52
54
57 inline const OutputLocationRef& GetDestination() const{ return m_destination; }
58 inline bool DestinationHasBeenSet() const { return m_destinationHasBeenSet; }
59 inline void SetDestination(const OutputLocationRef& value) { m_destinationHasBeenSet = true; m_destination = value; }
60 inline void SetDestination(OutputLocationRef&& value) { m_destinationHasBeenSet = true; m_destination = std::move(value); }
61 inline ArchiveGroupSettings& WithDestination(const OutputLocationRef& value) { SetDestination(value); return *this;}
62 inline ArchiveGroupSettings& WithDestination(OutputLocationRef&& value) { SetDestination(std::move(value)); return *this;}
64
66
70 inline int GetRolloverInterval() const{ return m_rolloverInterval; }
71 inline bool RolloverIntervalHasBeenSet() const { return m_rolloverIntervalHasBeenSet; }
72 inline void SetRolloverInterval(int value) { m_rolloverIntervalHasBeenSet = true; m_rolloverInterval = value; }
73 inline ArchiveGroupSettings& WithRolloverInterval(int value) { SetRolloverInterval(value); return *this;}
75 private:
76
77 ArchiveCdnSettings m_archiveCdnSettings;
78 bool m_archiveCdnSettingsHasBeenSet = false;
79
80 OutputLocationRef m_destination;
81 bool m_destinationHasBeenSet = false;
82
83 int m_rolloverInterval;
84 bool m_rolloverIntervalHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace MediaLive
89} // namespace Aws
const OutputLocationRef & GetDestination() const
ArchiveGroupSettings & WithDestination(OutputLocationRef &&value)
AWS_MEDIALIVE_API ArchiveGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArchiveCdnSettings(ArchiveCdnSettings &&value)
void SetArchiveCdnSettings(const ArchiveCdnSettings &value)
void SetDestination(const OutputLocationRef &value)
ArchiveGroupSettings & WithDestination(const OutputLocationRef &value)
void SetDestination(OutputLocationRef &&value)
ArchiveGroupSettings & WithArchiveCdnSettings(const ArchiveCdnSettings &value)
const ArchiveCdnSettings & GetArchiveCdnSettings() const
ArchiveGroupSettings & WithArchiveCdnSettings(ArchiveCdnSettings &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
ArchiveGroupSettings & WithRolloverInterval(int value)
AWS_MEDIALIVE_API ArchiveGroupSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue