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>
82 template <
typename JobIdT = Aws::String>
84 m_jobIdHasBeenSet =
true;
85 m_jobId = std::forward<JobIdT>(value);
87 template <
typename JobIdT = Aws::String>
89 SetJobId(std::forward<JobIdT>(value));
102 template <
typename NextTokenT = Aws::String>
104 m_nextTokenHasBeenSet =
true;
105 m_nextToken = std::forward<NextTokenT>(value);
107 template <
typename NextTokenT = Aws::String>
121 m_maxResultsHasBeenSet =
true;
122 m_maxResults = value;
131 bool m_appIdHasBeenSet =
false;
134 bool m_branchNameHasBeenSet =
false;
137 bool m_jobIdHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
AWS_AMPLIFY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListArtifactsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool BranchNameHasBeenSet() const
void SetAppId(AppIdT &&value)
const Aws::String & GetBranchName() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
ListArtifactsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAppId() const
void SetNextToken(NextTokenT &&value)
AWS_AMPLIFY_API ListArtifactsRequest()=default
const Aws::String & GetJobId() const
ListArtifactsRequest & WithJobId(JobIdT &&value)
bool NextTokenHasBeenSet() const
ListArtifactsRequest & WithAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
ListArtifactsRequest & WithBranchName(BranchNameT &&value)
void SetBranchName(BranchNameT &&value)
int GetMaxResults() const
void SetJobId(JobIdT &&value)
AWS_AMPLIFY_API Aws::String SerializePayload() const override
bool JobIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String