AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
FormInputCardMetadata.h
1
6#pragma once
7#include <aws/core/utils/Document.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QApps {
20namespace Model {
21
28 public:
29 AWS_QAPPS_API FormInputCardMetadata() = default;
32 AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline Aws::Utils::DocumentView GetSchema() const { return m_schema; }
39 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
40 template <typename SchemaT = Aws::Utils::Document>
41 void SetSchema(SchemaT&& value) {
42 m_schemaHasBeenSet = true;
43 m_schema = std::forward<SchemaT>(value);
44 }
45 template <typename SchemaT = Aws::Utils::Document>
47 SetSchema(std::forward<SchemaT>(value));
48 return *this;
49 }
51 private:
52 Aws::Utils::Document m_schema;
53 bool m_schemaHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace QApps
58} // namespace Aws
AWS_QAPPS_API FormInputCardMetadata()=default
Aws::Utils::DocumentView GetSchema() const
AWS_QAPPS_API FormInputCardMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QAPPS_API FormInputCardMetadata(Aws::Utils::Json::JsonView jsonValue)
FormInputCardMetadata & WithSchema(SchemaT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue