7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/codepipeline/model/ActionTypeId.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ActionTypeIdT = ActionTypeId>
50 void SetActionTypeId(ActionTypeIdT&& value) { m_actionTypeIdHasBeenSet =
true; m_actionTypeId = std::forward<ActionTypeIdT>(value); }
51 template<
typename ActionTypeIdT = ActionTypeId>
61 inline void SetMaxBatchSize(
int value) { m_maxBatchSizeHasBeenSet =
true; m_maxBatchSize = value; }
74 template<
typename QueryParamT = Aws::Map<Aws::String, Aws::String>>
75 void SetQueryParam(QueryParamT&& value) { m_queryParamHasBeenSet =
true; m_queryParam = std::forward<QueryParamT>(value); }
76 template<
typename QueryParamT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename QueryParamKeyT = Aws::String,
typename QueryParamValueT = Aws::String>
80 m_queryParamHasBeenSet =
true; m_queryParam.emplace(std::forward<QueryParamKeyT>(key), std::forward<QueryParamValueT>(value));
return *
this;
86 bool m_actionTypeIdHasBeenSet =
false;
88 int m_maxBatchSize{0};
89 bool m_maxBatchSizeHasBeenSet =
false;
92 bool m_queryParamHasBeenSet =
false;
void SetMaxBatchSize(int value)
void SetActionTypeId(ActionTypeIdT &&value)
int GetMaxBatchSize() const
PollForJobsRequest & AddQueryParam(QueryParamKeyT &&key, QueryParamValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetQueryParam() const
bool ActionTypeIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxBatchSizeHasBeenSet() const
AWS_CODEPIPELINE_API PollForJobsRequest()=default
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
PollForJobsRequest & WithQueryParam(QueryParamT &&value)
void SetQueryParam(QueryParamT &&value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PollForJobsRequest & WithActionTypeId(ActionTypeIdT &&value)
const ActionTypeId & GetActionTypeId() const
bool QueryParamHasBeenSet() const
PollForJobsRequest & WithMaxBatchSize(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String