AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
BatchArrayProperties.h
1
6#pragma once
7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace EventBridge {
17namespace Model {
18
28 public:
29 AWS_EVENTBRIDGE_API BatchArrayProperties() = default;
30 AWS_EVENTBRIDGE_API BatchArrayProperties(Aws::Utils::Json::JsonView jsonValue);
32 AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline int GetSize() const { return m_size; }
40 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
41 inline void SetSize(int value) {
42 m_sizeHasBeenSet = true;
43 m_size = value;
44 }
45 inline BatchArrayProperties& WithSize(int value) {
46 SetSize(value);
47 return *this;
48 }
50 private:
51 int m_size{0};
52 bool m_sizeHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace EventBridge
57} // namespace Aws
AWS_EVENTBRIDGE_API BatchArrayProperties()=default
AWS_EVENTBRIDGE_API BatchArrayProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EVENTBRIDGE_API BatchArrayProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue