7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/model/ConnectionState.h>
47 inline void SetNamePrefix(
const char* value) { m_namePrefixHasBeenSet =
true; m_namePrefix.assign(value); }
74 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
86 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
92 bool m_namePrefixHasBeenSet =
false;
95 bool m_connectionStateHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_limitHasBeenSet =
false;
void SetNamePrefix(const char *value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
bool LimitHasBeenSet() const
void SetNamePrefix(const Aws::String &value)
ListConnectionsRequest & WithNamePrefix(const Aws::String &value)
void SetConnectionState(ConnectionState &&value)
void SetNextToken(const char *value)
ListConnectionsRequest & WithNamePrefix(Aws::String &&value)
ListConnectionsRequest & WithConnectionState(const ConnectionState &value)
bool NextTokenHasBeenSet() const
ListConnectionsRequest & WithConnectionState(ConnectionState &&value)
const Aws::String & GetNextToken() const
bool ConnectionStateHasBeenSet() const
void SetConnectionState(const ConnectionState &value)
ListConnectionsRequest & WithLimit(int value)
const ConnectionState & GetConnectionState() const
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListConnectionsRequest & WithNextToken(Aws::String &&value)
AWS_EVENTBRIDGE_API ListConnectionsRequest()
ListConnectionsRequest & WithNextToken(const Aws::String &value)
ListConnectionsRequest & WithNextToken(const char *value)
ListConnectionsRequest & WithNamePrefix(const char *value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNamePrefix() const
void SetNextToken(Aws::String &&value)
void SetNamePrefix(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool NamePrefixHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String