7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/BlackoutSlateNetworkEndBlackout.h>
10#include <aws/medialive/model/BlackoutSlateState.h>
11#include <aws/medialive/model/InputLocation.h>
44 template <
typename BlackoutSlateImageT = InputLocation>
46 m_blackoutSlateImageHasBeenSet =
true;
47 m_blackoutSlateImage = std::forward<BlackoutSlateImageT>(value);
49 template <
typename BlackoutSlateImageT = InputLocation>
68 m_networkEndBlackoutHasBeenSet =
true;
69 m_networkEndBlackout = value;
84 template <
typename NetworkEndBlackoutImageT = InputLocation>
86 m_networkEndBlackoutImageHasBeenSet =
true;
87 m_networkEndBlackoutImage = std::forward<NetworkEndBlackoutImageT>(value);
89 template <
typename NetworkEndBlackoutImageT = InputLocation>
103 template <
typename NetworkIdT = Aws::String>
105 m_networkIdHasBeenSet =
true;
106 m_networkId = std::forward<NetworkIdT>(value);
108 template <
typename NetworkIdT = Aws::String>
123 m_stateHasBeenSet =
true;
136 InputLocation m_networkEndBlackoutImage;
141 bool m_blackoutSlateImageHasBeenSet =
false;
142 bool m_networkEndBlackoutHasBeenSet =
false;
143 bool m_networkEndBlackoutImageHasBeenSet =
false;
144 bool m_networkIdHasBeenSet =
false;
145 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue