AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
MapStateStartedEventDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SFN {
17namespace Model {
18
25 public:
26 AWS_SFN_API MapStateStartedEventDetails() = default;
30
32
35 inline int GetLength() const { return m_length; }
36 inline bool LengthHasBeenSet() const { return m_lengthHasBeenSet; }
37 inline void SetLength(int value) {
38 m_lengthHasBeenSet = true;
39 m_length = value;
40 }
42 SetLength(value);
43 return *this;
44 }
46 private:
47 int m_length{0};
48 bool m_lengthHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace SFN
53} // namespace Aws
MapStateStartedEventDetails & WithLength(int value)
AWS_SFN_API MapStateStartedEventDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API MapStateStartedEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API MapStateStartedEventDetails()=default
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue