AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FormEntryOutput.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 FormEntryOutput();
35 AWS_DATAZONE_API FormEntryOutput(Aws::Utils::Json::JsonView jsonValue);
37 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline bool GetRequired() const{ return m_required; }
45 inline bool RequiredHasBeenSet() const { return m_requiredHasBeenSet; }
46 inline void SetRequired(bool value) { m_requiredHasBeenSet = true; m_required = value; }
47 inline FormEntryOutput& WithRequired(bool value) { SetRequired(value); return *this;}
49
51
54 inline const Aws::String& GetTypeName() const{ return m_typeName; }
55 inline bool TypeNameHasBeenSet() const { return m_typeNameHasBeenSet; }
56 inline void SetTypeName(const Aws::String& value) { m_typeNameHasBeenSet = true; m_typeName = value; }
57 inline void SetTypeName(Aws::String&& value) { m_typeNameHasBeenSet = true; m_typeName = std::move(value); }
58 inline void SetTypeName(const char* value) { m_typeNameHasBeenSet = true; m_typeName.assign(value); }
59 inline FormEntryOutput& WithTypeName(const Aws::String& value) { SetTypeName(value); return *this;}
60 inline FormEntryOutput& WithTypeName(Aws::String&& value) { SetTypeName(std::move(value)); return *this;}
61 inline FormEntryOutput& WithTypeName(const char* value) { SetTypeName(value); return *this;}
63
65
68 inline const Aws::String& GetTypeRevision() const{ return m_typeRevision; }
69 inline bool TypeRevisionHasBeenSet() const { return m_typeRevisionHasBeenSet; }
70 inline void SetTypeRevision(const Aws::String& value) { m_typeRevisionHasBeenSet = true; m_typeRevision = value; }
71 inline void SetTypeRevision(Aws::String&& value) { m_typeRevisionHasBeenSet = true; m_typeRevision = std::move(value); }
72 inline void SetTypeRevision(const char* value) { m_typeRevisionHasBeenSet = true; m_typeRevision.assign(value); }
73 inline FormEntryOutput& WithTypeRevision(const Aws::String& value) { SetTypeRevision(value); return *this;}
74 inline FormEntryOutput& WithTypeRevision(Aws::String&& value) { SetTypeRevision(std::move(value)); return *this;}
75 inline FormEntryOutput& WithTypeRevision(const char* value) { SetTypeRevision(value); return *this;}
77 private:
78
79 bool m_required;
80 bool m_requiredHasBeenSet = false;
81
82 Aws::String m_typeName;
83 bool m_typeNameHasBeenSet = false;
84
85 Aws::String m_typeRevision;
86 bool m_typeRevisionHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace DataZone
91} // namespace Aws
void SetTypeRevision(Aws::String &&value)
void SetTypeName(Aws::String &&value)
bool TypeNameHasBeenSet() const
const Aws::String & GetTypeName() const
FormEntryOutput & WithTypeRevision(const Aws::String &value)
void SetTypeRevision(const char *value)
void SetTypeName(const char *value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
FormEntryOutput & WithTypeRevision(Aws::String &&value)
void SetTypeRevision(const Aws::String &value)
void SetTypeName(const Aws::String &value)
FormEntryOutput & WithRequired(bool value)
bool TypeRevisionHasBeenSet() const
AWS_DATAZONE_API FormEntryOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API FormEntryOutput()
bool RequiredHasBeenSet() const
void SetRequired(bool value)
FormEntryOutput & WithTypeName(const Aws::String &value)
FormEntryOutput & WithTypeName(Aws::String &&value)
const Aws::String & GetTypeRevision() const
FormEntryOutput & WithTypeRevision(const char *value)
AWS_DATAZONE_API FormEntryOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetRequired() const
FormEntryOutput & WithTypeName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue