7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs/model/DestinationConfiguration.h>
10#include <aws/ivs/model/RecordingConfigurationState.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename DestinationConfigurationT = DestinationConfiguration>
64 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
65 template<
typename DestinationConfigurationT = DestinationConfiguration>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
105 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
117 bool m_arnHasBeenSet =
false;
120 bool m_destinationConfigurationHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_stateHasBeenSet =
false;
129 bool m_tagsHasBeenSet =
false;
void SetName(NameT &&value)
RecordingConfigurationState GetState() const
bool NameHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
AWS_IVS_API RecordingConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
bool StateHasBeenSet() const
const DestinationConfiguration & GetDestinationConfiguration() const
void SetArn(ArnT &&value)
AWS_IVS_API RecordingConfigurationSummary()=default
bool DestinationConfigurationHasBeenSet() const
bool ArnHasBeenSet() const
void SetDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::String & GetName() const
RecordingConfigurationSummary & WithState(RecordingConfigurationState value)
RecordingConfigurationSummary & WithName(NameT &&value)
RecordingConfigurationSummary & WithTags(TagsT &&value)
void SetState(RecordingConfigurationState value)
RecordingConfigurationSummary & WithDestinationConfiguration(DestinationConfigurationT &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVS_API RecordingConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
RecordingConfigurationSummary & WithArn(ArnT &&value)
RecordingConfigurationSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
RecordingConfigurationState
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue