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
47 template<
typename IdentityPoolIdT = Aws::String>
48 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
49 template<
typename IdentityPoolIdT = Aws::String>
55 bool m_identityPoolIdHasBeenSet =
false;
bool IdentityPoolIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
const Aws::String & GetIdentityPoolId() const
AWS_COGNITOIDENTITY_API GetIdentityPoolRolesRequest()=default
void SetIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetIdentityPoolRolesRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String