7#include <aws/appintegrations/AppIntegrationsServiceRequest.h>
8#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AppIntegrationsService {
37 template <
typename IdentifierT = Aws::String>
39 m_identifierHasBeenSet =
true;
40 m_identifier = std::forward<IdentifierT>(value);
42 template <
typename IdentifierT = Aws::String>
50 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