7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/ChannelDestinationConfiguration.h>
10#include <aws/ivs-realtime/model/S3DestinationConfiguration.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename ChannelT = ChannelDestinationConfiguration>
63 void SetChannel(ChannelT&& value) { m_channelHasBeenSet =
true; m_channel = std::forward<ChannelT>(value); }
64 template<
typename ChannelT = ChannelDestinationConfiguration>
75 template<
typename S3T = S3DestinationConfiguration>
76 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
77 template<
typename S3T = S3DestinationConfiguration>
83 bool m_nameHasBeenSet =
false;
86 bool m_channelHasBeenSet =
false;
89 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