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
60 inline void SetHostArnFilter(
const char* value) { m_hostArnFilterHasBeenSet =
true; m_hostArnFilter.assign(value); }
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
95 bool m_providerTypeFilterHasBeenSet =
false;
98 bool m_hostArnFilterHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
void SetHostArnFilter(const char *value)
ListConnectionsRequest & WithMaxResults(int value)
void SetNextToken(const Aws::String &value)
void SetNextToken(const char *value)
int GetMaxResults() const
ListConnectionsRequest & WithHostArnFilter(const Aws::String &value)
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProviderTypeFilterHasBeenSet() const
ListConnectionsRequest & WithNextToken(const Aws::String &value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListConnectionsRequest & WithProviderTypeFilter(ProviderType &&value)
bool HostArnFilterHasBeenSet() const
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
const ProviderType & GetProviderTypeFilter() const
void SetHostArnFilter(const Aws::String &value)
ListConnectionsRequest & WithNextToken(const char *value)
ListConnectionsRequest & WithProviderTypeFilter(const ProviderType &value)
void SetProviderTypeFilter(const ProviderType &value)
bool NextTokenHasBeenSet() const
void SetProviderTypeFilter(ProviderType &&value)
AWS_CODESTARCONNECTIONS_API ListConnectionsRequest()
void SetNextToken(Aws::String &&value)
ListConnectionsRequest & WithNextToken(Aws::String &&value)
ListConnectionsRequest & WithHostArnFilter(Aws::String &&value)
ListConnectionsRequest & WithHostArnFilter(const char *value)
const Aws::String & GetHostArnFilter() const
void SetHostArnFilter(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String