AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AssignedVariablesDetails.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
26 public:
27 AWS_SFN_API AssignedVariablesDetails() = default;
31
33
38 inline bool GetTruncated() const { return m_truncated; }
39 inline bool TruncatedHasBeenSet() const { return m_truncatedHasBeenSet; }
40 inline void SetTruncated(bool value) {
41 m_truncatedHasBeenSet = true;
42 m_truncated = value;
43 }
45 SetTruncated(value);
46 return *this;
47 }
49 private:
50 bool m_truncated{false};
51 bool m_truncatedHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace SFN
56} // namespace Aws
AWS_SFN_API AssignedVariablesDetails()=default
AWS_SFN_API AssignedVariablesDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API AssignedVariablesDetails(Aws::Utils::Json::JsonView jsonValue)
AssignedVariablesDetails & WithTruncated(bool value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue