7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CognitoSync {
40 template <
typename IdentityPoolIdT = Aws::String>
42 m_identityPoolIdHasBeenSet =
true;
43 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
45 template <
typename IdentityPoolIdT = Aws::String>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_identityPoolIdHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_COGNITOSYNC_API BulkPublishResult()=default
AWS_COGNITOSYNC_API BulkPublishResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
BulkPublishResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetIdentityPoolId() const
AWS_COGNITOSYNC_API BulkPublishResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BulkPublishResult & WithIdentityPoolId(IdentityPoolIdT &&value)
void SetIdentityPoolId(IdentityPoolIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue