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/DataSourceStatus.h>
48 template<
typename ConnectionIdentifierT = Aws::String>
49 void SetConnectionIdentifier(ConnectionIdentifierT&& value) { m_connectionIdentifierHasBeenSet =
true; m_connectionIdentifier = std::forward<ConnectionIdentifierT>(value); }
50 template<
typename ConnectionIdentifierT = Aws::String>
61 template<
typename DomainIdentifierT = Aws::String>
62 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
63 template<
typename DomainIdentifierT = Aws::String>
73 template<
typename EnvironmentIdentifierT = Aws::String>
74 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
75 template<
typename EnvironmentIdentifierT = Aws::String>
89 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
116 template<
typename NextTokenT = Aws::String>
117 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
118 template<
typename NextTokenT = Aws::String>
128 template<
typename ProjectIdentifierT = Aws::String>
129 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
130 template<
typename ProjectIdentifierT = Aws::String>
150 template<
typename TypeT = Aws::String>
151 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
152 template<
typename TypeT = Aws::String>
158 bool m_connectionIdentifierHasBeenSet =
false;
161 bool m_domainIdentifierHasBeenSet =
false;
164 bool m_environmentIdentifierHasBeenSet =
false;
167 bool m_maxResultsHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_nextTokenHasBeenSet =
false;
176 bool m_projectIdentifierHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
182 bool m_typeHasBeenSet =
false;
const Aws::String & GetDomainIdentifier() const
ListDataSourcesRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetEnvironmentIdentifier() const
ListDataSourcesRequest & WithType(TypeT &&value)
const Aws::String & GetName() const
bool MaxResultsHasBeenSet() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ProjectIdentifierHasBeenSet() const
ListDataSourcesRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetProjectIdentifier() const
ListDataSourcesRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
ListDataSourcesRequest & WithNextToken(NextTokenT &&value)
void SetType(TypeT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
AWS_DATAZONE_API ListDataSourcesRequest()=default
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
void SetName(NameT &&value)
DataSourceStatus GetStatus() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
bool EnvironmentIdentifierHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool DomainIdentifierHasBeenSet() const
bool ConnectionIdentifierHasBeenSet() const
ListDataSourcesRequest & WithMaxResults(int value)
ListDataSourcesRequest & WithStatus(DataSourceStatus value)
void SetStatus(DataSourceStatus value)
void SetDomainIdentifier(DomainIdentifierT &&value)
int GetMaxResults() const
const Aws::String & GetType() const
void SetConnectionIdentifier(ConnectionIdentifierT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetConnectionIdentifier() const
ListDataSourcesRequest & WithConnectionIdentifier(ConnectionIdentifierT &&value)
bool StatusHasBeenSet() const
ListDataSourcesRequest & WithName(NameT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String