7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AppIntegrationsService {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename SourceURIT = Aws::String>
78 m_sourceURIHasBeenSet =
true;
79 m_sourceURI = std::forward<SourceURIT>(value);
81 template <
typename SourceURIT = Aws::String>
93 bool m_arnHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_sourceURIHasBeenSet =
false;
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSourceURI(SourceURIT &&value)
void SetArn(ArnT &&value)
DataIntegrationSummary & WithSourceURI(SourceURIT &&value)
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetName(NameT &&value)
DataIntegrationSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
DataIntegrationSummary & WithName(NameT &&value)
bool SourceURIHasBeenSet() const
const Aws::String & GetSourceURI() const
bool NameHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API DataIntegrationSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue