7#include <aws/amplify/AmplifyRequest.h>
8#include <aws/amplify/Amplify_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename AppIdT = Aws::String>
48 m_appIdHasBeenSet =
true;
49 m_appId = std::forward<AppIdT>(value);
51 template <
typename AppIdT = Aws::String>
53 SetAppId(std::forward<AppIdT>(value));
64 template <
typename BranchNameT = Aws::String>
66 m_branchNameHasBeenSet =
true;
67 m_branchName = std::forward<BranchNameT>(value);
69 template <
typename BranchNameT = Aws::String>
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
103 m_maxResultsHasBeenSet =
true;
104 m_maxResults = value;
113 bool m_appIdHasBeenSet =
false;
116 bool m_branchNameHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
122 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