28 namespace CognitoIdentity
62 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
97 inline void SetIdentityPoolName(
const char* value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName.assign(value); }
116 bool m_identityPoolIdHasBeenSet;
118 bool m_identityPoolNameHasBeenSet;
IdentityPoolShortDescription & WithIdentityPoolId(const char *value)
void SetIdentityPoolName(const Aws::String &value)
IdentityPoolShortDescription & WithIdentityPoolId(const Aws::String &value)
void SetIdentityPoolId(const Aws::String &value)
void SetIdentityPoolId(Aws::String &&value)
IdentityPoolShortDescription & WithIdentityPoolName(const Aws::String &value)
IdentityPoolShortDescription & WithIdentityPoolId(Aws::String &&value)
IdentityPoolShortDescription & WithIdentityPoolName(const char *value)
const Aws::String & GetIdentityPoolName() const
#define AWS_COGNITOIDENTITY_API
const Aws::String & GetIdentityPoolId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetIdentityPoolId(const char *value)
void SetIdentityPoolName(Aws::String &&value)
IdentityPoolShortDescription & WithIdentityPoolName(Aws::String &&value)
void SetIdentityPoolName(const char *value)
JSON (JavaScript Object Notation).