7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/model/IdentityPoolUsage.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoSync {
42 template <
typename IdentityPoolUsageT = IdentityPoolUsage>
44 m_identityPoolUsageHasBeenSet =
true;
45 m_identityPoolUsage = std::forward<IdentityPoolUsageT>(value);
47 template <
typename IdentityPoolUsageT = IdentityPoolUsage>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_identityPoolUsageHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
DescribeIdentityPoolUsageResult & WithRequestId(RequestIdT &&value)
void SetIdentityPoolUsage(IdentityPoolUsageT &&value)
AWS_COGNITOSYNC_API DescribeIdentityPoolUsageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_COGNITOSYNC_API DescribeIdentityPoolUsageResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_COGNITOSYNC_API DescribeIdentityPoolUsageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const IdentityPoolUsage & GetIdentityPoolUsage() const
DescribeIdentityPoolUsageResult & WithIdentityPoolUsage(IdentityPoolUsageT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue