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>
51 template <
typename DescriptionT = Aws::String>
53 m_descriptionHasBeenSet =
true;
54 m_description = std::forward<DescriptionT>(value);
56 template <
typename DescriptionT = Aws::String>
70 m_sharingEnabledHasBeenSet =
true;
71 m_sharingEnabled = value;
83 bool m_sharingEnabled{
false};
84 bool m_systemArnHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
86 bool m_sharingEnabledHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSystemArn() const
UpdateSystemRequest & WithSharingEnabled(bool value)
UpdateSystemRequest & WithDescription(DescriptionT &&value)
bool SharingEnabledHasBeenSet() const
AWS_RESILIENCEHUBV2_API UpdateSystemRequest()=default
UpdateSystemRequest & WithSystemArn(SystemArnT &&value)
const Aws::String & GetDescription() const
void SetSharingEnabled(bool value)
void SetSystemArn(SystemArnT &&value)
bool GetSharingEnabled() const
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
bool SystemArnHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String