AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MsSmoothGroupSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/model/MsSmoothAudioDeduplication.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediaconvert/model/DestinationSettings.h>
12#include <aws/mediaconvert/model/MsSmoothEncryptionSettings.h>
13#include <aws/mediaconvert/model/MsSmoothFragmentLengthControl.h>
14#include <aws/mediaconvert/model/MsSmoothManifestEncoding.h>
15#include <aws/mediaconvert/model/MsSmoothAdditionalManifest.h>
16#include <utility>
17
18namespace Aws
19{
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25 class JsonView;
26} // namespace Json
27} // namespace Utils
28namespace MediaConvert
29{
30namespace Model
31{
32
42 {
43 public:
44 AWS_MEDIACONVERT_API MsSmoothGroupSettings();
45 AWS_MEDIACONVERT_API MsSmoothGroupSettings(Aws::Utils::Json::JsonView jsonValue);
47 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
58 inline const Aws::Vector<MsSmoothAdditionalManifest>& GetAdditionalManifests() const{ return m_additionalManifests; }
59 inline bool AdditionalManifestsHasBeenSet() const { return m_additionalManifestsHasBeenSet; }
60 inline void SetAdditionalManifests(const Aws::Vector<MsSmoothAdditionalManifest>& value) { m_additionalManifestsHasBeenSet = true; m_additionalManifests = value; }
61 inline void SetAdditionalManifests(Aws::Vector<MsSmoothAdditionalManifest>&& value) { m_additionalManifestsHasBeenSet = true; m_additionalManifests = std::move(value); }
64 inline MsSmoothGroupSettings& AddAdditionalManifests(const MsSmoothAdditionalManifest& value) { m_additionalManifestsHasBeenSet = true; m_additionalManifests.push_back(value); return *this; }
65 inline MsSmoothGroupSettings& AddAdditionalManifests(MsSmoothAdditionalManifest&& value) { m_additionalManifestsHasBeenSet = true; m_additionalManifests.push_back(std::move(value)); return *this; }
67
69
73 inline const MsSmoothAudioDeduplication& GetAudioDeduplication() const{ return m_audioDeduplication; }
74 inline bool AudioDeduplicationHasBeenSet() const { return m_audioDeduplicationHasBeenSet; }
75 inline void SetAudioDeduplication(const MsSmoothAudioDeduplication& value) { m_audioDeduplicationHasBeenSet = true; m_audioDeduplication = value; }
76 inline void SetAudioDeduplication(MsSmoothAudioDeduplication&& value) { m_audioDeduplicationHasBeenSet = true; m_audioDeduplication = std::move(value); }
80
82
88 inline const Aws::String& GetDestination() const{ return m_destination; }
89 inline bool DestinationHasBeenSet() const { return m_destinationHasBeenSet; }
90 inline void SetDestination(const Aws::String& value) { m_destinationHasBeenSet = true; m_destination = value; }
91 inline void SetDestination(Aws::String&& value) { m_destinationHasBeenSet = true; m_destination = std::move(value); }
92 inline void SetDestination(const char* value) { m_destinationHasBeenSet = true; m_destination.assign(value); }
93 inline MsSmoothGroupSettings& WithDestination(const Aws::String& value) { SetDestination(value); return *this;}
94 inline MsSmoothGroupSettings& WithDestination(Aws::String&& value) { SetDestination(std::move(value)); return *this;}
95 inline MsSmoothGroupSettings& WithDestination(const char* value) { SetDestination(value); return *this;}
97
99
103 inline const DestinationSettings& GetDestinationSettings() const{ return m_destinationSettings; }
104 inline bool DestinationSettingsHasBeenSet() const { return m_destinationSettingsHasBeenSet; }
105 inline void SetDestinationSettings(const DestinationSettings& value) { m_destinationSettingsHasBeenSet = true; m_destinationSettings = value; }
106 inline void SetDestinationSettings(DestinationSettings&& value) { m_destinationSettingsHasBeenSet = true; m_destinationSettings = std::move(value); }
110
112
115 inline const MsSmoothEncryptionSettings& GetEncryption() const{ return m_encryption; }
116 inline bool EncryptionHasBeenSet() const { return m_encryptionHasBeenSet; }
117 inline void SetEncryption(const MsSmoothEncryptionSettings& value) { m_encryptionHasBeenSet = true; m_encryption = value; }
118 inline void SetEncryption(MsSmoothEncryptionSettings&& value) { m_encryptionHasBeenSet = true; m_encryption = std::move(value); }
120 inline MsSmoothGroupSettings& WithEncryption(MsSmoothEncryptionSettings&& value) { SetEncryption(std::move(value)); return *this;}
122
124
130 inline int GetFragmentLength() const{ return m_fragmentLength; }
131 inline bool FragmentLengthHasBeenSet() const { return m_fragmentLengthHasBeenSet; }
132 inline void SetFragmentLength(int value) { m_fragmentLengthHasBeenSet = true; m_fragmentLength = value; }
133 inline MsSmoothGroupSettings& WithFragmentLength(int value) { SetFragmentLength(value); return *this;}
135
137
143 inline const MsSmoothFragmentLengthControl& GetFragmentLengthControl() const{ return m_fragmentLengthControl; }
144 inline bool FragmentLengthControlHasBeenSet() const { return m_fragmentLengthControlHasBeenSet; }
145 inline void SetFragmentLengthControl(const MsSmoothFragmentLengthControl& value) { m_fragmentLengthControlHasBeenSet = true; m_fragmentLengthControl = value; }
146 inline void SetFragmentLengthControl(MsSmoothFragmentLengthControl&& value) { m_fragmentLengthControlHasBeenSet = true; m_fragmentLengthControl = std::move(value); }
150
152
156 inline const MsSmoothManifestEncoding& GetManifestEncoding() const{ return m_manifestEncoding; }
157 inline bool ManifestEncodingHasBeenSet() const { return m_manifestEncodingHasBeenSet; }
158 inline void SetManifestEncoding(const MsSmoothManifestEncoding& value) { m_manifestEncodingHasBeenSet = true; m_manifestEncoding = value; }
159 inline void SetManifestEncoding(MsSmoothManifestEncoding&& value) { m_manifestEncodingHasBeenSet = true; m_manifestEncoding = std::move(value); }
163 private:
164
165 Aws::Vector<MsSmoothAdditionalManifest> m_additionalManifests;
166 bool m_additionalManifestsHasBeenSet = false;
167
168 MsSmoothAudioDeduplication m_audioDeduplication;
169 bool m_audioDeduplicationHasBeenSet = false;
170
171 Aws::String m_destination;
172 bool m_destinationHasBeenSet = false;
173
174 DestinationSettings m_destinationSettings;
175 bool m_destinationSettingsHasBeenSet = false;
176
177 MsSmoothEncryptionSettings m_encryption;
178 bool m_encryptionHasBeenSet = false;
179
180 int m_fragmentLength;
181 bool m_fragmentLengthHasBeenSet = false;
182
183 MsSmoothFragmentLengthControl m_fragmentLengthControl;
184 bool m_fragmentLengthControlHasBeenSet = false;
185
186 MsSmoothManifestEncoding m_manifestEncoding;
187 bool m_manifestEncodingHasBeenSet = false;
188 };
189
190} // namespace Model
191} // namespace MediaConvert
192} // namespace Aws
MsSmoothGroupSettings & WithManifestEncoding(MsSmoothManifestEncoding &&value)
void SetAdditionalManifests(const Aws::Vector< MsSmoothAdditionalManifest > &value)
void SetManifestEncoding(MsSmoothManifestEncoding &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFragmentLengthControl(MsSmoothFragmentLengthControl &&value)
MsSmoothGroupSettings & WithDestination(Aws::String &&value)
MsSmoothGroupSettings & WithDestinationSettings(const DestinationSettings &value)
MsSmoothGroupSettings & WithManifestEncoding(const MsSmoothManifestEncoding &value)
void SetEncryption(MsSmoothEncryptionSettings &&value)
AWS_MEDIACONVERT_API MsSmoothGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MsSmoothGroupSettings & WithFragmentLength(int value)
void SetManifestEncoding(const MsSmoothManifestEncoding &value)
MsSmoothGroupSettings & WithAdditionalManifests(const Aws::Vector< MsSmoothAdditionalManifest > &value)
MsSmoothGroupSettings & WithDestinationSettings(DestinationSettings &&value)
void SetDestinationSettings(DestinationSettings &&value)
const DestinationSettings & GetDestinationSettings() const
MsSmoothGroupSettings & AddAdditionalManifests(const MsSmoothAdditionalManifest &value)
MsSmoothGroupSettings & WithDestination(const char *value)
MsSmoothGroupSettings & WithFragmentLengthControl(MsSmoothFragmentLengthControl &&value)
void SetAdditionalManifests(Aws::Vector< MsSmoothAdditionalManifest > &&value)
void SetDestinationSettings(const DestinationSettings &value)
AWS_MEDIACONVERT_API MsSmoothGroupSettings(Aws::Utils::Json::JsonView jsonValue)
MsSmoothGroupSettings & WithEncryption(MsSmoothEncryptionSettings &&value)
void SetFragmentLengthControl(const MsSmoothFragmentLengthControl &value)
MsSmoothGroupSettings & WithEncryption(const MsSmoothEncryptionSettings &value)
const MsSmoothEncryptionSettings & GetEncryption() const
void SetAudioDeduplication(MsSmoothAudioDeduplication &&value)
MsSmoothGroupSettings & WithAdditionalManifests(Aws::Vector< MsSmoothAdditionalManifest > &&value)
MsSmoothGroupSettings & AddAdditionalManifests(MsSmoothAdditionalManifest &&value)
MsSmoothGroupSettings & WithFragmentLengthControl(const MsSmoothFragmentLengthControl &value)
void SetEncryption(const MsSmoothEncryptionSettings &value)
const Aws::Vector< MsSmoothAdditionalManifest > & GetAdditionalManifests() const
const MsSmoothAudioDeduplication & GetAudioDeduplication() const
const MsSmoothManifestEncoding & GetManifestEncoding() const
void SetAudioDeduplication(const MsSmoothAudioDeduplication &value)
const MsSmoothFragmentLengthControl & GetFragmentLengthControl() const
MsSmoothGroupSettings & WithAudioDeduplication(MsSmoothAudioDeduplication &&value)
MsSmoothGroupSettings & WithAudioDeduplication(const MsSmoothAudioDeduplication &value)
MsSmoothGroupSettings & WithDestination(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue