7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CognitoIdentity {
40 template <
typename IdentityPoolIdT = Aws::String>
42 m_identityPoolIdHasBeenSet =
true;
43 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
45 template <
typename IdentityPoolIdT = Aws::String>
58 template <
typename IdentityPoolNameT = Aws::String>
60 m_identityPoolNameHasBeenSet =
true;
61 m_identityPoolName = std::forward<IdentityPoolNameT>(value);
63 template <
typename IdentityPoolNameT = Aws::String>
71 bool m_identityPoolIdHasBeenSet =
false;
74 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