7#include <aws/mpa/MPA_EXPORTS.h>
8#include <aws/mpa/MPARequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdentitySourceArnT = Aws::String>
42 void SetIdentitySourceArn(IdentitySourceArnT&& value) { m_identitySourceArnHasBeenSet =
true; m_identitySourceArn = std::forward<IdentitySourceArnT>(value); }
43 template<
typename IdentitySourceArnT = Aws::String>
49 bool m_identitySourceArnHasBeenSet =
false;
AWS_MPA_API Aws::String SerializePayload() const override
bool IdentitySourceArnHasBeenSet() const
void SetIdentitySourceArn(IdentitySourceArnT &&value)
const Aws::String & GetIdentitySourceArn() const
DeleteIdentitySourceRequest & WithIdentitySourceArn(IdentitySourceArnT &&value)
AWS_MPA_API DeleteIdentitySourceRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String