7#include <aws/cognito-identity/CognitoIdentityRequest.h>
8#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CognitoIdentity {
44 template <
typename IdentityIdsToDeleteT = Aws::Vector<Aws::String>>
46 m_identityIdsToDeleteHasBeenSet =
true;
47 m_identityIdsToDelete = std::forward<IdentityIdsToDeleteT>(value);
49 template <
typename IdentityIdsToDeleteT = Aws::Vector<Aws::String>>
54 template <
typename IdentityIdsToDeleteT = Aws::String>
56 m_identityIdsToDeleteHasBeenSet =
true;
57 m_identityIdsToDelete.emplace_back(std::forward<IdentityIdsToDeleteT>(value));
63 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