7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
14namespace EventBridge {
39 template <
typename NamePrefixT = Aws::String>
41 m_namePrefixHasBeenSet =
true;
42 m_namePrefix = std::forward<NamePrefixT>(value);
44 template <
typename NamePrefixT = Aws::String>
58 template <
typename EventBusNameT = Aws::String>
60 m_eventBusNameHasBeenSet =
true;
61 m_eventBusName = std::forward<EventBusNameT>(value);
63 template <
typename EventBusNameT = Aws::String>
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
97 inline int GetLimit()
const {
return m_limit; }
100 m_limitHasBeenSet =
true;
116 bool m_namePrefixHasBeenSet =
false;
117 bool m_eventBusNameHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
119 bool m_limitHasBeenSet =
false;
bool NamePrefixHasBeenSet() const
ListRulesRequest & WithNamePrefix(NamePrefixT &&value)
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListRulesRequest & WithLimit(int value)
virtual const char * GetServiceRequestName() const override
AWS_EVENTBRIDGE_API ListRulesRequest()=default
bool EventBusNameHasBeenSet() const
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
const Aws::String & GetEventBusName() const
const Aws::String & GetNextToken() const
ListRulesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNamePrefix() const
void SetNextToken(NextTokenT &&value)
void SetEventBusName(EventBusNameT &&value)
void SetNamePrefix(NamePrefixT &&value)
ListRulesRequest & WithEventBusName(EventBusNameT &&value)
bool LimitHasBeenSet() const
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String