7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CognitoIdentity
48 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
62 inline void SetIdentityPoolName(
const char* value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName.assign(value); }
70 bool m_identityPoolIdHasBeenSet =
false;
73 bool m_identityPoolNameHasBeenSet =
false;
IdentityPoolShortDescription & WithIdentityPoolName(Aws::String &&value)
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription()
void SetIdentityPoolName(const char *value)
void SetIdentityPoolName(const Aws::String &value)
IdentityPoolShortDescription & WithIdentityPoolId(const char *value)
IdentityPoolShortDescription & WithIdentityPoolId(const Aws::String &value)
bool IdentityPoolIdHasBeenSet() const
IdentityPoolShortDescription & WithIdentityPoolName(const char *value)
IdentityPoolShortDescription & WithIdentityPoolId(Aws::String &&value)
const Aws::String & GetIdentityPoolName() const
bool IdentityPoolNameHasBeenSet() const
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentityPoolId(const char *value)
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolName(Aws::String &&value)
IdentityPoolShortDescription & WithIdentityPoolName(const Aws::String &value)
void SetIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue