AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
FormInputCardMetadata.h
1
6#pragma once
7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/Document.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QApps
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QAPPS_API FormInputCardMetadata() = default;
37 AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline Aws::Utils::DocumentView GetSchema() const { return m_schema; }
45 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
46 template<typename SchemaT = Aws::Utils::Document>
47 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet = true; m_schema = std::forward<SchemaT>(value); }
48 template<typename SchemaT = Aws::Utils::Document>
49 FormInputCardMetadata& WithSchema(SchemaT&& value) { SetSchema(std::forward<SchemaT>(value)); return *this;}
51 private:
52
53 Aws::Utils::Document m_schema;
54 bool m_schemaHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace QApps
59} // 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