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 ServiceArnT = Aws::String>
37 m_serviceArnHasBeenSet =
true;
38 m_serviceArn = std::forward<ServiceArnT>(value);
40 template <
typename ServiceArnT = Aws::String>
53 template <
typename ServiceFunctionIdT = Aws::String>
55 m_serviceFunctionIdHasBeenSet =
true;
56 m_serviceFunctionId = std::forward<ServiceFunctionIdT>(value);
58 template <
typename ServiceFunctionIdT = Aws::String>
68 bool m_serviceArnHasBeenSet =
false;
69 bool m_serviceFunctionIdHasBeenSet =
false;
void SetServiceFunctionId(ServiceFunctionIdT &&value)
DeleteServiceFunctionRequest & WithServiceFunctionId(ServiceFunctionIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServiceArn() const
AWS_RESILIENCEHUBV2_API DeleteServiceFunctionRequest()=default
void SetServiceArn(ServiceArnT &&value)
DeleteServiceFunctionRequest & WithServiceArn(ServiceArnT &&value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
const Aws::String & GetServiceFunctionId() const
bool ServiceFunctionIdHasBeenSet() const
bool ServiceArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String