7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
17namespace resiliencehubv2 {
40 template <
typename SystemArnT = Aws::String>
42 m_systemArnHasBeenSet =
true;
43 m_systemArn = std::forward<SystemArnT>(value);
45 template <
typename SystemArnT = Aws::String>
53 bool m_systemArnHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool SystemArnHasBeenSet() const
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
GetSystemRequest & WithSystemArn(SystemArnT &&value)
const Aws::String & GetSystemArn() const
virtual const char * GetServiceRequestName() const override
AWS_RESILIENCEHUBV2_API GetSystemRequest()=default
void SetSystemArn(SystemArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String