7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
9#include <aws/codestar-connections/model/ProviderType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeStarconnections
56 template<
typename HostArnFilterT = Aws::String>
57 void SetHostArnFilter(HostArnFilterT&& value) { m_hostArnFilterHasBeenSet =
true; m_hostArnFilter = std::forward<HostArnFilterT>(value); }
58 template<
typename HostArnFilterT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_providerTypeFilterHasBeenSet =
false;
92 bool m_hostArnFilterHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
ListConnectionsRequest & WithMaxResults(int value)
ProviderType GetProviderTypeFilter() const
int GetMaxResults() const
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProviderTypeFilterHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetProviderTypeFilter(ProviderType value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListConnectionsRequest & WithProviderTypeFilter(ProviderType value)
bool HostArnFilterHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
ListConnectionsRequest & WithHostArnFilter(HostArnFilterT &&value)
void SetHostArnFilter(HostArnFilterT &&value)
bool NextTokenHasBeenSet() const
AWS_CODESTARCONNECTIONS_API ListConnectionsRequest()=default
const Aws::String & GetHostArnFilter() const
ListConnectionsRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String