7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/AppIntegrationsServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AppIntegrationsService
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
49 bool m_identifierHasBeenSet =
false;
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
GetDataIntegrationRequest & WithIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APPINTEGRATIONSSERVICE_API Aws::String SerializePayload() const override
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationRequest()=default
bool IdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String