AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
DataIntegrationSummary.h
1
6#pragma once
7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AppIntegrationsService {
20namespace Model {
21
28 public:
29 AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary() = default;
30 AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary(Aws::Utils::Json::JsonView jsonValue);
31 AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetArn() const { return m_arn; }
39 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
40 template <typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) {
42 m_arnHasBeenSet = true;
43 m_arn = std::forward<ArnT>(value);
44 }
45 template <typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetName() const { return m_name; }
57 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
58 template <typename NameT = Aws::String>
59 void SetName(NameT&& value) {
60 m_nameHasBeenSet = true;
61 m_name = std::forward<NameT>(value);
62 }
63 template <typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
66 return *this;
67 }
69
71
74 inline const Aws::String& GetSourceURI() const { return m_sourceURI; }
75 inline bool SourceURIHasBeenSet() const { return m_sourceURIHasBeenSet; }
76 template <typename SourceURIT = Aws::String>
77 void SetSourceURI(SourceURIT&& value) {
78 m_sourceURIHasBeenSet = true;
79 m_sourceURI = std::forward<SourceURIT>(value);
80 }
81 template <typename SourceURIT = Aws::String>
83 SetSourceURI(std::forward<SourceURIT>(value));
84 return *this;
85 }
87 private:
88 Aws::String m_arn;
89
90 Aws::String m_name;
91
92 Aws::String m_sourceURI;
93 bool m_arnHasBeenSet = false;
94 bool m_nameHasBeenSet = false;
95 bool m_sourceURIHasBeenSet = false;
96};
97
98} // namespace Model
99} // namespace AppIntegrationsService
100} // namespace Aws
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
DataIntegrationSummary & WithSourceURI(SourceURIT &&value)
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue