7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename NamePrefixT = Aws::String>
45 void SetNamePrefix(NamePrefixT&& value) { m_namePrefixHasBeenSet =
true; m_namePrefix = std::forward<NamePrefixT>(value); }
46 template<
typename NamePrefixT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline int GetLimit()
const {
return m_limit; }
75 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
81 bool m_namePrefixHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_limitHasBeenSet =
false;
AWS_EVENTBRIDGE_API ListEventBusesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
ListEventBusesRequest & WithNextToken(NextTokenT &&value)
ListEventBusesRequest & WithNamePrefix(NamePrefixT &&value)
void SetNamePrefix(NamePrefixT &&value)
bool LimitHasBeenSet() const
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListEventBusesRequest & WithLimit(int value)
const Aws::String & GetNamePrefix() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool NamePrefixHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String