7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
10#include <aws/eventbridge/model/ConnectionState.h>
15namespace EventBridge {
41 template <
typename NamePrefixT = Aws::String>
43 m_namePrefixHasBeenSet =
true;
44 m_namePrefix = std::forward<NamePrefixT>(value);
46 template <
typename NamePrefixT = Aws::String>
60 m_connectionStateHasBeenSet =
true;
61 m_connectionState = value;
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
96 inline int GetLimit()
const {
return m_limit; }
99 m_limitHasBeenSet =
true;
115 bool m_namePrefixHasBeenSet =
false;
116 bool m_connectionStateHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_limitHasBeenSet =
false;
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
ListConnectionsRequest & WithNamePrefix(NamePrefixT &&value)
bool LimitHasBeenSet() const
void SetNamePrefix(NamePrefixT &&value)
bool NextTokenHasBeenSet() const
ConnectionState GetConnectionState() const
void SetConnectionState(ConnectionState value)
AWS_EVENTBRIDGE_API ListConnectionsRequest()=default
const Aws::String & GetNextToken() const
bool ConnectionStateHasBeenSet() const
ListConnectionsRequest & WithLimit(int value)
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListConnectionsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNamePrefix() const
ListConnectionsRequest & WithConnectionState(ConnectionState 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