7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/SortFieldConnection.h>
11#include <aws/datazone/model/SortOrder.h>
12#include <aws/datazone/model/ConnectionType.h>
50 template<
typename DomainIdentifierT = Aws::String>
51 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
52 template<
typename DomainIdentifierT = Aws::String>
62 template<
typename EnvironmentIdentifierT = Aws::String>
63 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
64 template<
typename EnvironmentIdentifierT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
103 template<
typename NextTokenT = Aws::String>
104 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
105 template<
typename NextTokenT = Aws::String>
115 template<
typename ProjectIdentifierT = Aws::String>
116 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
117 template<
typename ProjectIdentifierT = Aws::String>
153 bool m_domainIdentifierHasBeenSet =
false;
156 bool m_environmentIdentifierHasBeenSet =
false;
159 bool m_maxResultsHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
168 bool m_projectIdentifierHasBeenSet =
false;
171 bool m_sortByHasBeenSet =
false;
174 bool m_sortOrderHasBeenSet =
false;
177 bool m_typeHasBeenSet =
false;
int GetMaxResults() const
bool NextTokenHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetName() const
ListConnectionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool NameHasBeenSet() const
bool SortOrderHasBeenSet() const
const Aws::String & GetProjectIdentifier() const
void SetNextToken(NextTokenT &&value)
void SetType(ConnectionType value)
ListConnectionsRequest & WithNextToken(NextTokenT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetNextToken() const
void SetSortBy(SortFieldConnection value)
bool ProjectIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListConnectionsRequest & WithMaxResults(int value)
ListConnectionsRequest & WithSortOrder(SortOrder value)
bool DomainIdentifierHasBeenSet() const
ListConnectionsRequest & WithName(NameT &&value)
ConnectionType GetType() const
bool EnvironmentIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetEnvironmentIdentifier() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
void SetName(NameT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
ListConnectionsRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool SortByHasBeenSet() const
SortOrder GetSortOrder() const
ListConnectionsRequest & WithType(ConnectionType value)
ListConnectionsRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
SortFieldConnection GetSortBy() const
AWS_DATAZONE_API ListConnectionsRequest()=default
void SetSortOrder(SortOrder value)
ListConnectionsRequest & WithSortBy(SortFieldConnection value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String