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>
75 template<
typename JobIdT = Aws::String>
76 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
77 template<
typename JobIdT = Aws::String>
89 template<
typename NextTokenT = Aws::String>
90 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
91 template<
typename NextTokenT = Aws::String>
101 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
107 bool m_appIdHasBeenSet =
false;
110 bool m_branchNameHasBeenSet =
false;
113 bool m_jobIdHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
119 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