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>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
79 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
126 bool m_arnHasBeenSet =
false;
129 bool m_destinationConfigurationHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_stateHasBeenSet =
false;
138 bool m_tagsHasBeenSet =
false;
RecordingConfigurationSummary & WithState(RecordingConfigurationState &&value)
AWS_IVS_API RecordingConfigurationSummary()
void SetName(const Aws::String &value)
RecordingConfigurationSummary & WithDestinationConfiguration(const DestinationConfiguration &value)
void SetDestinationConfiguration(const DestinationConfiguration &value)
bool NameHasBeenSet() const
RecordingConfigurationSummary & WithArn(const char *value)
const Aws::String & GetArn() const
void SetState(RecordingConfigurationState &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
RecordingConfigurationSummary & WithName(const Aws::String &value)
AWS_IVS_API RecordingConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecordingConfigurationSummary & WithArn(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetName(const char *value)
bool StateHasBeenSet() const
const DestinationConfiguration & GetDestinationConfiguration() const
void SetDestinationConfiguration(DestinationConfiguration &&value)
RecordingConfigurationSummary & WithName(Aws::String &&value)
RecordingConfigurationSummary & WithState(const RecordingConfigurationState &value)
RecordingConfigurationSummary & AddTags(Aws::String &&key, const Aws::String &value)
void SetArn(const char *value)
RecordingConfigurationSummary & WithArn(Aws::String &&value)
bool DestinationConfigurationHasBeenSet() const
RecordingConfigurationSummary & AddTags(const char *key, const char *value)
bool ArnHasBeenSet() const
RecordingConfigurationSummary & WithName(const char *value)
const Aws::String & GetName() const
RecordingConfigurationSummary & AddTags(Aws::String &&key, Aws::String &&value)
RecordingConfigurationSummary & WithDestinationConfiguration(DestinationConfiguration &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
RecordingConfigurationSummary & AddTags(const char *key, Aws::String &&value)
void SetArn(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetName(Aws::String &&value)
RecordingConfigurationSummary & AddTags(const Aws::String &key, const Aws::String &value)
RecordingConfigurationSummary & AddTags(Aws::String &&key, const char *value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
RecordingConfigurationSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_IVS_API RecordingConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetState(const RecordingConfigurationState &value)
RecordingConfigurationSummary & AddTags(const Aws::String &key, Aws::String &&value)
const RecordingConfigurationState & GetState() const
RecordingConfigurationSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&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