AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
NielsenNaesIiNw.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/NielsenWatermarkTimezones.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 NielsenNaesIiNw() = default;
36 AWS_MEDIALIVE_API NielsenNaesIiNw(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetCheckDigitString() const { return m_checkDigitString; }
46 inline bool CheckDigitStringHasBeenSet() const { return m_checkDigitStringHasBeenSet; }
47 template<typename CheckDigitStringT = Aws::String>
48 void SetCheckDigitString(CheckDigitStringT&& value) { m_checkDigitStringHasBeenSet = true; m_checkDigitString = std::forward<CheckDigitStringT>(value); }
49 template<typename CheckDigitStringT = Aws::String>
50 NielsenNaesIiNw& WithCheckDigitString(CheckDigitStringT&& value) { SetCheckDigitString(std::forward<CheckDigitStringT>(value)); return *this;}
52
54
57 inline double GetSid() const { return m_sid; }
58 inline bool SidHasBeenSet() const { return m_sidHasBeenSet; }
59 inline void SetSid(double value) { m_sidHasBeenSet = true; m_sid = value; }
60 inline NielsenNaesIiNw& WithSid(double value) { SetSid(value); return *this;}
62
64
69 inline NielsenWatermarkTimezones GetTimezone() const { return m_timezone; }
70 inline bool TimezoneHasBeenSet() const { return m_timezoneHasBeenSet; }
71 inline void SetTimezone(NielsenWatermarkTimezones value) { m_timezoneHasBeenSet = true; m_timezone = value; }
72 inline NielsenNaesIiNw& WithTimezone(NielsenWatermarkTimezones value) { SetTimezone(value); return *this;}
74 private:
75
76 Aws::String m_checkDigitString;
77 bool m_checkDigitStringHasBeenSet = false;
78
79 double m_sid{0.0};
80 bool m_sidHasBeenSet = false;
81
83 bool m_timezoneHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace MediaLive
88} // 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