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/pipes/Pipes_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Pipes {
17namespace Model {
18
28 public:
29 AWS_PIPES_API BatchArrayProperties() = default;
32 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline int GetSize() const { return m_size; }
39 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
40 inline void SetSize(int value) {
41 m_sizeHasBeenSet = true;
42 m_size = value;
43 }
44 inline BatchArrayProperties& WithSize(int value) {
45 SetSize(value);
46 return *this;
47 }
49 private:
50 int m_size{0};
51 bool m_sizeHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace Pipes
56} // namespace Aws
AWS_PIPES_API BatchArrayProperties()=default
BatchArrayProperties & WithSize(int value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PIPES_API BatchArrayProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API BatchArrayProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue