7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
10#include <aws/resiliencehubv2/model/UserJourney.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace resiliencehubv2 {
36 template <
typename UserJourneyT = UserJourney>
38 m_userJourneyHasBeenSet =
true;
39 m_userJourney = std::forward<UserJourneyT>(value);
41 template <
typename UserJourneyT = UserJourney>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_userJourneyHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API GetUserJourneyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_RESILIENCEHUBV2_API GetUserJourneyResult()=default
const Aws::String & GetRequestId() const
GetUserJourneyResult & WithRequestId(RequestIdT &&value)
GetUserJourneyResult & WithUserJourney(UserJourneyT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetUserJourney(UserJourneyT &&value)
const UserJourney & GetUserJourney() const
AWS_RESILIENCEHUBV2_API GetUserJourneyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue