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>
69 template <
typename NameT = Aws::String>
71 m_nameHasBeenSet =
true;
72 m_name = std::forward<NameT>(value);
74 template <
typename NameT = Aws::String>
76 SetName(std::forward<NameT>(value));
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
101 template <
typename PolicyArnT = Aws::String>
103 m_policyArnHasBeenSet =
true;
104 m_policyArn = std::forward<PolicyArnT>(value);
106 template <
typename PolicyArnT = Aws::String>
122 bool m_systemArnHasBeenSet =
false;
123 bool m_userJourneyIdHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
126 bool m_policyArnHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetUserJourneyId() const
void SetPolicyArn(PolicyArnT &&value)
bool SystemArnHasBeenSet() const
void SetUserJourneyId(UserJourneyIdT &&value)
AWS_RESILIENCEHUBV2_API UpdateUserJourneyRequest()=default
const Aws::String & GetPolicyArn() const
void SetDescription(DescriptionT &&value)
void SetSystemArn(SystemArnT &&value)
UpdateUserJourneyRequest & WithPolicyArn(PolicyArnT &&value)
const Aws::String & GetName() const
UpdateUserJourneyRequest & WithUserJourneyId(UserJourneyIdT &&value)
bool UserJourneyIdHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::String & GetSystemArn() const
UpdateUserJourneyRequest & WithSystemArn(SystemArnT &&value)
UpdateUserJourneyRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
bool PolicyArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
UpdateUserJourneyRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String