7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentity
48 template<
typename IdentityIdsToDeleteT = Aws::Vector<Aws::String>>
49 void SetIdentityIdsToDelete(IdentityIdsToDeleteT&& value) { m_identityIdsToDeleteHasBeenSet =
true; m_identityIdsToDelete = std::forward<IdentityIdsToDeleteT>(value); }
50 template<
typename IdentityIdsToDeleteT = Aws::Vector<Aws::String>>
52 template<
typename IdentityIdsToDeleteT = Aws::String>
58 bool m_identityIdsToDeleteHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetIdentityIdsToDelete() const
DeleteIdentitiesRequest & AddIdentityIdsToDelete(IdentityIdsToDeleteT &&value)
bool IdentityIdsToDeleteHasBeenSet() const
AWS_COGNITOIDENTITY_API DeleteIdentitiesRequest()=default
void SetIdentityIdsToDelete(IdentityIdsToDeleteT &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteIdentitiesRequest & WithIdentityIdsToDelete(IdentityIdsToDeleteT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector