AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
NielsenNaesIiNw.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/NielsenWatermarkTimezones.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
29 public:
30 AWS_MEDIALIVE_API NielsenNaesIiNw() = default;
31 AWS_MEDIALIVE_API NielsenNaesIiNw(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetCheckDigitString() const { return m_checkDigitString; }
40 inline bool CheckDigitStringHasBeenSet() const { return m_checkDigitStringHasBeenSet; }
41 template <typename CheckDigitStringT = Aws::String>
42 void SetCheckDigitString(CheckDigitStringT&& value) {
43 m_checkDigitStringHasBeenSet = true;
44 m_checkDigitString = std::forward<CheckDigitStringT>(value);
45 }
46 template <typename CheckDigitStringT = Aws::String>
47 NielsenNaesIiNw& WithCheckDigitString(CheckDigitStringT&& value) {
48 SetCheckDigitString(std::forward<CheckDigitStringT>(value));
49 return *this;
50 }
52
54
57 inline double GetSid() const { return m_sid; }
58 inline bool SidHasBeenSet() const { return m_sidHasBeenSet; }
59 inline void SetSid(double value) {
60 m_sidHasBeenSet = true;
61 m_sid = value;
62 }
63 inline NielsenNaesIiNw& WithSid(double value) {
64 SetSid(value);
65 return *this;
66 }
68
70
75 inline NielsenWatermarkTimezones GetTimezone() const { return m_timezone; }
76 inline bool TimezoneHasBeenSet() const { return m_timezoneHasBeenSet; }
78 m_timezoneHasBeenSet = true;
79 m_timezone = value;
80 }
82 SetTimezone(value);
83 return *this;
84 }
86 private:
87 Aws::String m_checkDigitString;
88
89 double m_sid{0.0};
90
92 bool m_checkDigitStringHasBeenSet = false;
93 bool m_sidHasBeenSet = false;
94 bool m_timezoneHasBeenSet = false;
95};
96
97} // namespace Model
98} // namespace MediaLive
99} // namespace Aws
const Aws::String & GetCheckDigitString() const
AWS_MEDIALIVE_API NielsenNaesIiNw & operator=(Aws::Utils::Json::JsonView jsonValue)
NielsenNaesIiNw & WithCheckDigitString(CheckDigitStringT &&value)
NielsenWatermarkTimezones GetTimezone() const
NielsenNaesIiNw & WithTimezone(NielsenWatermarkTimezones value)
AWS_MEDIALIVE_API NielsenNaesIiNw()=default
void SetTimezone(NielsenWatermarkTimezones value)
AWS_MEDIALIVE_API NielsenNaesIiNw(Aws::Utils::Json::JsonView jsonValue)
void SetCheckDigitString(CheckDigitStringT &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
NielsenNaesIiNw & WithSid(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue