7#include <aws/codepipeline/CodePipelineRequest.h>
8#include <aws/codepipeline/CodePipeline_EXPORTS.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>
16namespace CodePipeline {
45 template <
typename ActionTypeIdT = ActionTypeId>
47 m_actionTypeIdHasBeenSet =
true;
48 m_actionTypeId = std::forward<ActionTypeIdT>(value);
50 template <
typename ActionTypeIdT = ActionTypeId>
64 m_maxBatchSizeHasBeenSet =
true;
65 m_maxBatchSize = value;
82 template <
typename QueryParamT = Aws::Map<Aws::String, Aws::String>>
84 m_queryParamHasBeenSet =
true;
85 m_queryParam = std::forward<QueryParamT>(value);
87 template <
typename QueryParamT = Aws::Map<Aws::String, Aws::String>>
92 template <
typename QueryParamKeyT = Aws::String,
typename QueryParamValueT = Aws::String>
94 m_queryParamHasBeenSet =
true;
95 m_queryParam.emplace(std::forward<QueryParamKeyT>(key), std::forward<QueryParamValueT>(value));
102 int m_maxBatchSize{0};
105 bool m_actionTypeIdHasBeenSet =
false;
106 bool m_maxBatchSizeHasBeenSet =
false;
107 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