7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
14namespace resiliencehubv2 {
35 template <
typename SystemArnT = Aws::String>
37 m_systemArnHasBeenSet =
true;
38 m_systemArn = std::forward<SystemArnT>(value);
40 template <
typename SystemArnT = Aws::String>
53 template <
typename UserJourneyIdT = Aws::String>
55 m_userJourneyIdHasBeenSet =
true;
56 m_userJourneyId = std::forward<UserJourneyIdT>(value);
58 template <
typename UserJourneyIdT = Aws::String>
68 bool m_systemArnHasBeenSet =
false;
69 bool m_userJourneyIdHasBeenSet =
false;
bool UserJourneyIdHasBeenSet() const
const Aws::String & GetUserJourneyId() const
DeleteUserJourneyRequest & WithUserJourneyId(UserJourneyIdT &&value)
void SetSystemArn(SystemArnT &&value)
bool SystemArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetUserJourneyId(UserJourneyIdT &&value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
DeleteUserJourneyRequest & WithSystemArn(SystemArnT &&value)
const Aws::String & GetSystemArn() const
AWS_RESILIENCEHUBV2_API DeleteUserJourneyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String