AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Publication.h
1
6#pragma once
7#include <aws/appintegrations/AppIntegrationsService_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 AppIntegrationsService
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPINTEGRATIONSSERVICE_API Publication();
36 AWS_APPINTEGRATIONSSERVICE_API Publication(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPINTEGRATIONSSERVICE_API Publication& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetEvent() const{ return m_event; }
46 inline bool EventHasBeenSet() const { return m_eventHasBeenSet; }
47 inline void SetEvent(const Aws::String& value) { m_eventHasBeenSet = true; m_event = value; }
48 inline void SetEvent(Aws::String&& value) { m_eventHasBeenSet = true; m_event = std::move(value); }
49 inline void SetEvent(const char* value) { m_eventHasBeenSet = true; m_event.assign(value); }
50 inline Publication& WithEvent(const Aws::String& value) { SetEvent(value); return *this;}
51 inline Publication& WithEvent(Aws::String&& value) { SetEvent(std::move(value)); return *this;}
52 inline Publication& WithEvent(const char* value) { SetEvent(value); return *this;}
54
56
59 inline const Aws::String& GetSchema() const{ return m_schema; }
60 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
61 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; }
62 inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value); }
63 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); }
64 inline Publication& WithSchema(const Aws::String& value) { SetSchema(value); return *this;}
65 inline Publication& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;}
66 inline Publication& WithSchema(const char* value) { SetSchema(value); return *this;}
68
70
73 inline const Aws::String& GetDescription() const{ return m_description; }
74 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
75 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
76 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
77 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
78 inline Publication& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
79 inline Publication& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
80 inline Publication& WithDescription(const char* value) { SetDescription(value); return *this;}
82 private:
83
84 Aws::String m_event;
85 bool m_eventHasBeenSet = false;
86
87 Aws::String m_schema;
88 bool m_schemaHasBeenSet = false;
89
90 Aws::String m_description;
91 bool m_descriptionHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace AppIntegrationsService
96} // namespace Aws
Publication & WithDescription(const Aws::String &value)
Definition Publication.h:78
AWS_APPINTEGRATIONSSERVICE_API Publication()
const Aws::String & GetDescription() const
Definition Publication.h:73
Publication & WithSchema(const char *value)
Definition Publication.h:66
AWS_APPINTEGRATIONSSERVICE_API Publication(Aws::Utils::Json::JsonView jsonValue)
Publication & WithDescription(const char *value)
Definition Publication.h:80
Publication & WithEvent(const Aws::String &value)
Definition Publication.h:50
AWS_APPINTEGRATIONSSERVICE_API Publication & operator=(Aws::Utils::Json::JsonView jsonValue)
Publication & WithEvent(Aws::String &&value)
Definition Publication.h:51
void SetSchema(const Aws::String &value)
Definition Publication.h:61
Publication & WithSchema(Aws::String &&value)
Definition Publication.h:65
Publication & WithDescription(Aws::String &&value)
Definition Publication.h:79
Publication & WithEvent(const char *value)
Definition Publication.h:52
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(const Aws::String &value)
Definition Publication.h:75
Publication & WithSchema(const Aws::String &value)
Definition Publication.h:64
void SetEvent(const Aws::String &value)
Definition Publication.h:47
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue