AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MetadataFormSummary.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 DataZone
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_DATAZONE_API MetadataFormSummary() = default;
37 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetFormName() const { return m_formName; }
45 inline bool FormNameHasBeenSet() const { return m_formNameHasBeenSet; }
46 template<typename FormNameT = Aws::String>
47 void SetFormName(FormNameT&& value) { m_formNameHasBeenSet = true; m_formName = std::forward<FormNameT>(value); }
48 template<typename FormNameT = Aws::String>
49 MetadataFormSummary& WithFormName(FormNameT&& value) { SetFormName(std::forward<FormNameT>(value)); return *this;}
51
53
56 inline const Aws::String& GetTypeName() const { return m_typeName; }
57 inline bool TypeNameHasBeenSet() const { return m_typeNameHasBeenSet; }
58 template<typename TypeNameT = Aws::String>
59 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet = true; m_typeName = std::forward<TypeNameT>(value); }
60 template<typename TypeNameT = Aws::String>
61 MetadataFormSummary& WithTypeName(TypeNameT&& value) { SetTypeName(std::forward<TypeNameT>(value)); return *this;}
63
65
68 inline const Aws::String& GetTypeRevision() const { return m_typeRevision; }
69 inline bool TypeRevisionHasBeenSet() const { return m_typeRevisionHasBeenSet; }
70 template<typename TypeRevisionT = Aws::String>
71 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet = true; m_typeRevision = std::forward<TypeRevisionT>(value); }
72 template<typename TypeRevisionT = Aws::String>
73 MetadataFormSummary& WithTypeRevision(TypeRevisionT&& value) { SetTypeRevision(std::forward<TypeRevisionT>(value)); return *this;}
75 private:
76
77 Aws::String m_formName;
78 bool m_formNameHasBeenSet = false;
79
80 Aws::String m_typeName;
81 bool m_typeNameHasBeenSet = false;
82
83 Aws::String m_typeRevision;
84 bool m_typeRevisionHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace DataZone
89} // namespace Aws
AWS_DATAZONE_API MetadataFormSummary(Aws::Utils::Json::JsonView jsonValue)
MetadataFormSummary & WithTypeName(TypeNameT &&value)
MetadataFormSummary & WithTypeRevision(TypeRevisionT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
MetadataFormSummary & WithFormName(FormNameT &&value)
AWS_DATAZONE_API MetadataFormSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API MetadataFormSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue