7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
20namespace resiliencehubv2 {
39 template <
typename SystemArnT = Aws::String>
41 m_systemArnHasBeenSet =
true;
42 m_systemArn = std::forward<SystemArnT>(value);
44 template <
typename SystemArnT = Aws::String>
55 template <
typename SystemNameT = Aws::String>
57 m_systemNameHasBeenSet =
true;
58 m_systemName = std::forward<SystemNameT>(value);
60 template <
typename SystemNameT = Aws::String>
74 template <
typename UserJourneyIdsT = Aws::Vector<Aws::String>>
76 m_userJourneyIdsHasBeenSet =
true;
77 m_userJourneyIds = std::forward<UserJourneyIdsT>(value);
79 template <
typename UserJourneyIdsT = Aws::Vector<Aws::String>>
84 template <
typename UserJourneyIdsT = Aws::String>
86 m_userJourneyIdsHasBeenSet =
true;
87 m_userJourneyIds.emplace_back(std::forward<UserJourneyIdsT>(value));
97 bool m_systemArnHasBeenSet =
false;
98 bool m_systemNameHasBeenSet =
false;
99 bool m_userJourneyIdsHasBeenSet =
false;
void SetSystemArn(SystemArnT &&value)
AssociatedSystem & WithSystemName(SystemNameT &&value)
AWS_RESILIENCEHUBV2_API AssociatedSystem()=default
bool SystemArnHasBeenSet() const
bool SystemNameHasBeenSet() const
const Aws::String & GetSystemName() const
void SetSystemName(SystemNameT &&value)
const Aws::Vector< Aws::String > & GetUserJourneyIds() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserJourneyIds(UserJourneyIdsT &&value)
const Aws::String & GetSystemArn() const
bool UserJourneyIdsHasBeenSet() const
AWS_RESILIENCEHUBV2_API AssociatedSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
AssociatedSystem & AddUserJourneyIds(UserJourneyIdsT &&value)
AssociatedSystem & WithSystemArn(SystemArnT &&value)
AWS_RESILIENCEHUBV2_API AssociatedSystem(Aws::Utils::Json::JsonView jsonValue)
AssociatedSystem & WithUserJourneyIds(UserJourneyIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue