7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
15namespace resiliencehubv2 {
36 template <
typename SystemArnT = Aws::String>
38 m_systemArnHasBeenSet =
true;
39 m_systemArn = std::forward<SystemArnT>(value);
41 template <
typename SystemArnT = Aws::String>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
84 template <
typename PolicyArnT = Aws::String>
86 m_policyArnHasBeenSet =
true;
87 m_policyArn = std::forward<PolicyArnT>(value);
89 template <
typename PolicyArnT = Aws::String>
100 template <
typename ClientTokenT = Aws::String>
102 m_clientTokenHasBeenSet =
true;
103 m_clientToken = std::forward<ClientTokenT>(value);
105 template <
typename ClientTokenT = Aws::String>
121 bool m_systemArnHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
124 bool m_policyArnHasBeenSet =
false;
125 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
void SetPolicyArn(PolicyArnT &&value)
bool NameHasBeenSet() const
CreateUserJourneyRequest & WithPolicyArn(PolicyArnT &&value)
bool SystemArnHasBeenSet() const
CreateUserJourneyRequest & WithSystemArn(SystemArnT &&value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
void SetSystemArn(SystemArnT &&value)
AWS_RESILIENCEHUBV2_API CreateUserJourneyRequest()=default
CreateUserJourneyRequest & WithClientToken(ClientTokenT &&value)
bool PolicyArnHasBeenSet() const
const Aws::String & GetPolicyArn() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetSystemArn() const
CreateUserJourneyRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
CreateUserJourneyRequest & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String