7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ListenerIdentifierT = Aws::String>
42 void SetListenerIdentifier(ListenerIdentifierT&& value) { m_listenerIdentifierHasBeenSet =
true; m_listenerIdentifier = std::forward<ListenerIdentifierT>(value); }
43 template<
typename ListenerIdentifierT = Aws::String>
53 template<
typename RuleIdentifierT = Aws::String>
54 void SetRuleIdentifier(RuleIdentifierT&& value) { m_ruleIdentifierHasBeenSet =
true; m_ruleIdentifier = std::forward<RuleIdentifierT>(value); }
55 template<
typename RuleIdentifierT = Aws::String>
65 template<
typename ServiceIdentifierT = Aws::String>
66 void SetServiceIdentifier(ServiceIdentifierT&& value) { m_serviceIdentifierHasBeenSet =
true; m_serviceIdentifier = std::forward<ServiceIdentifierT>(value); }
67 template<
typename ServiceIdentifierT = Aws::String>
73 bool m_listenerIdentifierHasBeenSet =
false;
76 bool m_ruleIdentifierHasBeenSet =
false;
79 bool m_serviceIdentifierHasBeenSet =
false;
void SetRuleIdentifier(RuleIdentifierT &&value)
const Aws::String & GetListenerIdentifier() const
AWS_VPCLATTICE_API DeleteRuleRequest()=default
void SetListenerIdentifier(ListenerIdentifierT &&value)
DeleteRuleRequest & WithListenerIdentifier(ListenerIdentifierT &&value)
bool RuleIdentifierHasBeenSet() const
void SetServiceIdentifier(ServiceIdentifierT &&value)
const Aws::String & GetRuleIdentifier() const
DeleteRuleRequest & WithRuleIdentifier(RuleIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServiceIdentifier() const
bool ServiceIdentifierHasBeenSet() const
bool ListenerIdentifierHasBeenSet() const
DeleteRuleRequest & WithServiceIdentifier(ServiceIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String