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
59 bool m_identityIdsToDeleteHasBeenSet =
false;
DeleteIdentitiesRequest & WithIdentityIdsToDelete(const Aws::Vector< Aws::String > &value)
DeleteIdentitiesRequest & AddIdentityIdsToDelete(Aws::String &&value)
DeleteIdentitiesRequest & AddIdentityIdsToDelete(const char *value)
void SetIdentityIdsToDelete(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetIdentityIdsToDelete() const
AWS_COGNITOIDENTITY_API DeleteIdentitiesRequest()
DeleteIdentitiesRequest & AddIdentityIdsToDelete(const Aws::String &value)
bool IdentityIdsToDeleteHasBeenSet() const
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
DeleteIdentitiesRequest & WithIdentityIdsToDelete(Aws::Vector< Aws::String > &&value)
void SetIdentityIdsToDelete(const Aws::Vector< Aws::String > &value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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