7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/events/CloudWatchEventsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvents
46 inline void SetNamePrefix(
const char* value) { m_namePrefixHasBeenSet =
true; m_namePrefix.assign(value); }
61 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
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;
void SetNamePrefix(const Aws::String &value)
void SetNamePrefix(Aws::String &&value)
bool LimitHasBeenSet() const
AWS_CLOUDWATCHEVENTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(Aws::String &&value)
ListEventBusesRequest & WithNamePrefix(const char *value)
AWS_CLOUDWATCHEVENTS_API Aws::String SerializePayload() const override
ListEventBusesRequest & WithLimit(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamePrefix() const
void SetNextToken(const char *value)
ListEventBusesRequest & WithNamePrefix(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListEventBusesRequest & WithNextToken(const Aws::String &value)
ListEventBusesRequest & WithNextToken(const char *value)
void SetNamePrefix(const char *value)
bool NamePrefixHasBeenSet() const
AWS_CLOUDWATCHEVENTS_API ListEventBusesRequest()
ListEventBusesRequest & WithNamePrefix(const Aws::String &value)
ListEventBusesRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String