7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename AppIdT = Aws::String>
52 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
53 template<
typename AppIdT = Aws::String>
63 template<
typename BranchNameT = Aws::String>
64 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
65 template<
typename BranchNameT = Aws::String>
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
89 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
95 bool m_appIdHasBeenSet =
false;
98 bool m_branchNameHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_AMPLIFY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AppIdHasBeenSet() const
bool BranchNameHasBeenSet() const
const Aws::String & GetBranchName() const
void SetAppId(AppIdT &&value)
ListJobsRequest & WithBranchName(BranchNameT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetAppId() const
ListJobsRequest & WithNextToken(NextTokenT &&value)
void SetBranchName(BranchNameT &&value)
AWS_AMPLIFY_API ListJobsRequest()=default
int GetMaxResults() const
AWS_AMPLIFY_API Aws::String SerializePayload() const override
ListJobsRequest & WithAppId(AppIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
ListJobsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String