7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CognitoIdentity
46 template<
typename IdentityPoolIdT = Aws::String>
47 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
48 template<
typename IdentityPoolIdT = Aws::String>
58 template<
typename IdentityPoolNameT = Aws::String>
59 void SetIdentityPoolName(IdentityPoolNameT&& value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName = std::forward<IdentityPoolNameT>(value); }
60 template<
typename IdentityPoolNameT = Aws::String>
66 bool m_identityPoolIdHasBeenSet =
false;
69 bool m_identityPoolNameHasBeenSet =
false;
void SetIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription(Aws::Utils::Json::JsonView jsonValue)
bool IdentityPoolIdHasBeenSet() const
IdentityPoolShortDescription & WithIdentityPoolName(IdentityPoolNameT &&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
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription()=default
void SetIdentityPoolName(IdentityPoolNameT &&value)
IdentityPoolShortDescription & WithIdentityPoolId(IdentityPoolIdT &&value)
const Aws::String & GetIdentityPoolId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue