7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
10#include <aws/mediapackagev2/model/InputType.h>
11#include <aws/mediapackagev2/model/OutputLockingMode.h>
22namespace mediapackagev2 {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
63 template <
typename ChannelNameT = Aws::String>
65 m_channelNameHasBeenSet =
true;
66 m_channelName = std::forward<ChannelNameT>(value);
68 template <
typename ChannelNameT = Aws::String>
83 template <
typename ChannelGroupNameT = Aws::String>
85 m_channelGroupNameHasBeenSet =
true;
86 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
88 template <
typename ChannelGroupNameT = Aws::String>
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
103 m_createdAtHasBeenSet =
true;
104 m_createdAt = std::forward<CreatedAtT>(value);
106 template <
typename CreatedAtT = Aws::Utils::DateTime>
119 template <
typename ModifiedAtT = Aws::Utils::DateTime>
121 m_modifiedAtHasBeenSet =
true;
122 m_modifiedAt = std::forward<ModifiedAtT>(value);
124 template <
typename ModifiedAtT = Aws::Utils::DateTime>
138 template <
typename DescriptionT = Aws::String>
140 m_descriptionHasBeenSet =
true;
141 m_description = std::forward<DescriptionT>(value);
143 template <
typename DescriptionT = Aws::String>
163 m_inputTypeHasBeenSet =
true;
184 m_outputLockingModeHasBeenSet =
true;
185 m_outputLockingMode = value;
208 bool m_arnHasBeenSet =
false;
209 bool m_channelNameHasBeenSet =
false;
210 bool m_channelGroupNameHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
212 bool m_modifiedAtHasBeenSet =
false;
213 bool m_descriptionHasBeenSet =
false;
214 bool m_inputTypeHasBeenSet =
false;
215 bool m_outputLockingModeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue