7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
9#include <aws/ivs-realtime/model/ChannelDestinationConfiguration.h>
10#include <aws/ivs-realtime/model/S3DestinationConfiguration.h>
21namespace ivsrealtime {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename ChannelT = ChannelDestinationConfiguration>
64 m_channelHasBeenSet =
true;
65 m_channel = std::forward<ChannelT>(value);
67 template <
typename ChannelT = ChannelDestinationConfiguration>
81 template <
typename S3T = S3DestinationConfiguration>
83 m_s3HasBeenSet =
true;
84 m_s3 = std::forward<S3T>(value);
86 template <
typename S3T = S3DestinationConfiguration>
88 SetS3(std::forward<S3T>(value));
98 bool m_nameHasBeenSet =
false;
99 bool m_channelHasBeenSet =
false;
100 bool m_s3HasBeenSet =
false;
AWS_IVSREALTIME_API DestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool S3HasBeenSet() const
const ChannelDestinationConfiguration & GetChannel() const
AWS_IVSREALTIME_API DestinationConfiguration()=default
AWS_IVSREALTIME_API DestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetChannel(ChannelT &&value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
DestinationConfiguration & WithS3(S3T &&value)
bool NameHasBeenSet() const
DestinationConfiguration & WithChannel(ChannelT &&value)
const Aws::String & GetName() const
DestinationConfiguration & WithName(NameT &&value)
bool ChannelHasBeenSet() const
const S3DestinationConfiguration & GetS3() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue