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