7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/model/WorkflowType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
71 template<
typename StartingTokenT = Aws::String>
72 void SetStartingToken(StartingTokenT&& value) { m_startingTokenHasBeenSet =
true; m_startingToken = std::forward<StartingTokenT>(value); }
73 template<
typename StartingTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_typeHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
95 bool m_startingTokenHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
bool NameHasBeenSet() const
void SetStartingToken(StartingTokenT &&value)
const Aws::String & GetStartingToken() const
AWS_OMICS_API ListWorkflowsRequest()=default
bool TypeHasBeenSet() const
const Aws::String & GetName() const
int GetMaxResults() const
ListWorkflowsRequest & WithStartingToken(StartingTokenT &&value)
AWS_OMICS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
void SetType(WorkflowType value)
ListWorkflowsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
WorkflowType GetType() const
ListWorkflowsRequest & WithName(NameT &&value)
bool StartingTokenHasBeenSet() const
AWS_OMICS_API Aws::String SerializePayload() const override
ListWorkflowsRequest & WithType(WorkflowType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String