7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cognito-identity/model/Credentials.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CognitoIdentity
49 inline void SetIdentityId(
const char* value) { m_identityId.assign(value); }
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
GetCredentialsForIdentityResult & WithCredentials(Credentials &&value)
void SetRequestId(Aws::String &&value)
GetCredentialsForIdentityResult & WithRequestId(const Aws::String &value)
GetCredentialsForIdentityResult & WithRequestId(const char *value)
void SetCredentials(Credentials &&value)
AWS_COGNITOIDENTITY_API GetCredentialsForIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIdentityId(const Aws::String &value)
void SetIdentityId(Aws::String &&value)
AWS_COGNITOIDENTITY_API GetCredentialsForIdentityResult()
GetCredentialsForIdentityResult & WithIdentityId(Aws::String &&value)
void SetIdentityId(const char *value)
GetCredentialsForIdentityResult & WithIdentityId(const char *value)
void SetCredentials(const Credentials &value)
void SetRequestId(const Aws::String &value)
const Credentials & GetCredentials() const
GetCredentialsForIdentityResult & WithRequestId(Aws::String &&value)
GetCredentialsForIdentityResult & WithIdentityId(const Aws::String &value)
void SetRequestId(const char *value)
const Aws::String & GetIdentityId() const
AWS_COGNITOIDENTITY_API GetCredentialsForIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCredentialsForIdentityResult & WithCredentials(const Credentials &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue