AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WarningGroup.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_MEDIACONVERT_API WarningGroup();
34 AWS_MEDIACONVERT_API WarningGroup(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONVERT_API WarningGroup& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
45 inline int GetCode() const{ return m_code; }
46 inline bool CodeHasBeenSet() const { return m_codeHasBeenSet; }
47 inline void SetCode(int value) { m_codeHasBeenSet = true; m_code = value; }
48 inline WarningGroup& WithCode(int value) { SetCode(value); return *this;}
50
52
55 inline int GetCount() const{ return m_count; }
56 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
57 inline void SetCount(int value) { m_countHasBeenSet = true; m_count = value; }
58 inline WarningGroup& WithCount(int value) { SetCount(value); return *this;}
60 private:
61
62 int m_code;
63 bool m_codeHasBeenSet = false;
64
65 int m_count;
66 bool m_countHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace MediaConvert
71} // namespace Aws
AWS_MEDIACONVERT_API WarningGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API WarningGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
WarningGroup & WithCount(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
WarningGroup & WithCode(int value)
AWS_MEDIACONVERT_API WarningGroup()
Aws::Utils::Json::JsonValue JsonValue