7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
17namespace resiliencehubv2 {
40 template <
typename SystemArnT = Aws::String>
42 m_systemArnHasBeenSet =
true;
43 m_systemArn = std::forward<SystemArnT>(value);
45 template <
typename SystemArnT = Aws::String>
58 template <
typename UserJourneyIdT = Aws::String>
60 m_userJourneyIdHasBeenSet =
true;
61 m_userJourneyId = std::forward<UserJourneyIdT>(value);
63 template <
typename UserJourneyIdT = Aws::String>
73 bool m_systemArnHasBeenSet =
false;
74 bool m_userJourneyIdHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_RESILIENCEHUBV2_API GetUserJourneyRequest()=default
const Aws::String & GetUserJourneyId() const
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
GetUserJourneyRequest & WithSystemArn(SystemArnT &&value)
bool UserJourneyIdHasBeenSet() const
void SetSystemArn(SystemArnT &&value)
bool SystemArnHasBeenSet() const
GetUserJourneyRequest & WithUserJourneyId(UserJourneyIdT &&value)
void SetUserJourneyId(UserJourneyIdT &&value)
const Aws::String & GetSystemArn() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String