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/SortOrder.h>
11#include <aws/datazone/model/JobRunStatus.h>
49 template<
typename DomainIdentifierT = Aws::String>
50 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
51 template<
typename DomainIdentifierT = Aws::String>
61 template<
typename JobIdentifierT = Aws::String>
62 void SetJobIdentifier(JobIdentifierT&& value) { m_jobIdentifierHasBeenSet =
true; m_jobIdentifier = std::forward<JobIdentifierT>(value); }
63 template<
typename JobIdentifierT = Aws::String>
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 template<
typename NextTokenT = Aws::String>
91 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
92 template<
typename NextTokenT = Aws::String>
118 bool m_domainIdentifierHasBeenSet =
false;
121 bool m_jobIdentifierHasBeenSet =
false;
124 bool m_maxResultsHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
130 bool m_sortOrderHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
bool JobIdentifierHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetDomainIdentifier() const
bool SortOrderHasBeenSet() const
ListJobRunsRequest & WithMaxResults(int value)
ListJobRunsRequest & WithJobIdentifier(JobIdentifierT &&value)
SortOrder GetSortOrder() const
ListJobRunsRequest & WithStatus(JobRunStatus value)
const Aws::String & GetJobIdentifier() const
bool NextTokenHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSortOrder(SortOrder value)
ListJobRunsRequest & WithNextToken(NextTokenT &&value)
bool DomainIdentifierHasBeenSet() const
void SetJobIdentifier(JobIdentifierT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
ListJobRunsRequest & WithSortOrder(SortOrder value)
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API ListJobRunsRequest()=default
void SetStatus(JobRunStatus value)
bool StatusHasBeenSet() const
ListJobRunsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
JobRunStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String