7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentity
48 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
56 bool m_identityPoolIdHasBeenSet =
false;
DeleteIdentityPoolRequest & WithIdentityPoolId(const Aws::String &value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdentityPoolIdHasBeenSet() const
DeleteIdentityPoolRequest & WithIdentityPoolId(Aws::String &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITY_API DeleteIdentityPoolRequest()
void SetIdentityPoolId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteIdentityPoolRequest & WithIdentityPoolId(const char *value)
void SetIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(const char *value)
const Aws::String & GetIdentityPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String