7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename SourceURIT = Aws::String>
71 void SetSourceURI(SourceURIT&& value) { m_sourceURIHasBeenSet =
true; m_sourceURI = std::forward<SourceURIT>(value); }
72 template<
typename SourceURIT = Aws::String>
78 bool m_arnHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 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