AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
NielsenConfiguration.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/NielsenPcmToId3TaggingState.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API NielsenConfiguration() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDistributorId() const { return m_distributorId; }
46 inline bool DistributorIdHasBeenSet() const { return m_distributorIdHasBeenSet; }
47 template<typename DistributorIdT = Aws::String>
48 void SetDistributorId(DistributorIdT&& value) { m_distributorIdHasBeenSet = true; m_distributorId = std::forward<DistributorIdT>(value); }
49 template<typename DistributorIdT = Aws::String>
50 NielsenConfiguration& WithDistributorId(DistributorIdT&& value) { SetDistributorId(std::forward<DistributorIdT>(value)); return *this;}
52
54
57 inline NielsenPcmToId3TaggingState GetNielsenPcmToId3Tagging() const { return m_nielsenPcmToId3Tagging; }
58 inline bool NielsenPcmToId3TaggingHasBeenSet() const { return m_nielsenPcmToId3TaggingHasBeenSet; }
59 inline void SetNielsenPcmToId3Tagging(NielsenPcmToId3TaggingState value) { m_nielsenPcmToId3TaggingHasBeenSet = true; m_nielsenPcmToId3Tagging = value; }
62 private:
63
64 Aws::String m_distributorId;
65 bool m_distributorIdHasBeenSet = false;
66
68 bool m_nielsenPcmToId3TaggingHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace MediaLive
73} // namespace Aws
AWS_MEDIALIVE_API NielsenConfiguration()=default
NielsenConfiguration & WithNielsenPcmToId3Tagging(NielsenPcmToId3TaggingState value)
NielsenConfiguration & WithDistributorId(DistributorIdT &&value)
NielsenPcmToId3TaggingState GetNielsenPcmToId3Tagging() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API NielsenConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNielsenPcmToId3Tagging(NielsenPcmToId3TaggingState value)
AWS_MEDIALIVE_API NielsenConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue