AWS SDK for C++

AWS SDK for C++ Version 1.11.838

Loading...
Searching...
No Matches
IterableFormEntry.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API IterableFormEntry() = default;
34
36
41 inline const Aws::String& GetFormTypeId() const { return m_formTypeId; }
42 inline bool FormTypeIdHasBeenSet() const { return m_formTypeIdHasBeenSet; }
43 template <typename FormTypeIdT = Aws::String>
44 void SetFormTypeId(FormTypeIdT&& value) {
45 m_formTypeIdHasBeenSet = true;
46 m_formTypeId = std::forward<FormTypeIdT>(value);
47 }
48 template <typename FormTypeIdT = Aws::String>
49 IterableFormEntry& WithFormTypeId(FormTypeIdT&& value) {
50 SetFormTypeId(std::forward<FormTypeIdT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_formTypeId;
56 bool m_formTypeIdHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Glue
61} // namespace Aws
AWS_GLUE_API IterableFormEntry()=default
bool FormTypeIdHasBeenSet() const
AWS_GLUE_API IterableFormEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API IterableFormEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFormTypeId(FormTypeIdT &&value)
IterableFormEntry & WithFormTypeId(FormTypeIdT &&value)
const Aws::String & GetFormTypeId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue