23 namespace CognitoIdentity
57 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
160 bool m_identityPoolIdHasBeenSet;
162 bool m_rolesHasBeenSet;
SetIdentityPoolRolesRequest & AddRoles(const Aws::String &key, const Aws::String &value)
SetIdentityPoolRolesRequest & AddRoles(Aws::String &&key, Aws::String &&value)
SetIdentityPoolRolesRequest & WithIdentityPoolId(const Aws::String &value)
const Aws::String & GetIdentityPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
void SetIdentityPoolId(Aws::String &&value)
SetIdentityPoolRolesRequest & WithIdentityPoolId(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetRoles() const
SetIdentityPoolRolesRequest & AddRoles(Aws::String &&key, const Aws::String &value)
#define AWS_COGNITOIDENTITY_API
SetIdentityPoolRolesRequest & WithRoles(Aws::Map< Aws::String, Aws::String > &&value)
SetIdentityPoolRolesRequest & AddRoles(Aws::String &&key, const char *value)
void SetIdentityPoolId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetIdentityPoolId(const Aws::String &value)
SetIdentityPoolRolesRequest & WithIdentityPoolId(const char *value)
SetIdentityPoolRolesRequest & AddRoles(const char *key, const char *value)
SetIdentityPoolRolesRequest & AddRoles(const Aws::String &key, Aws::String &&value)
void SetRoles(const Aws::Map< Aws::String, Aws::String > &value)
void SetRoles(Aws::Map< Aws::String, Aws::String > &&value)
SetIdentityPoolRolesRequest & WithRoles(const Aws::Map< Aws::String, Aws::String > &value)
SetIdentityPoolRolesRequest & AddRoles(const char *key, Aws::String &&value)
JSON (JavaScript Object Notation).