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>
61 inline void SetMaxBatchSize(
int value) { m_maxBatchSizeHasBeenSet =
true; m_maxBatchSize = value; }
89 bool m_actionTypeIdHasBeenSet =
false;
92 bool m_maxBatchSizeHasBeenSet =
false;
95 bool m_queryParamHasBeenSet =
false;
void SetMaxBatchSize(int value)
PollForJobsRequest & AddQueryParam(const char *key, Aws::String &&value)
PollForJobsRequest & WithQueryParam(Aws::Map< Aws::String, Aws::String > &&value)
int GetMaxBatchSize() const
PollForJobsRequest & WithQueryParam(const Aws::Map< Aws::String, Aws::String > &value)
PollForJobsRequest & AddQueryParam(const Aws::String &key, const Aws::String &value)
PollForJobsRequest & AddQueryParam(Aws::String &&key, const char *value)
PollForJobsRequest & WithActionTypeId(ActionTypeId &&value)
void SetActionTypeId(const ActionTypeId &value)
const Aws::Map< Aws::String, Aws::String > & GetQueryParam() const
PollForJobsRequest & AddQueryParam(Aws::String &&key, Aws::String &&value)
bool ActionTypeIdHasBeenSet() const
PollForJobsRequest & AddQueryParam(const Aws::String &key, Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetQueryParam(const Aws::Map< Aws::String, Aws::String > &value)
AWS_CODEPIPELINE_API PollForJobsRequest()
bool MaxBatchSizeHasBeenSet() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
void SetActionTypeId(ActionTypeId &&value)
PollForJobsRequest & AddQueryParam(const char *key, const char *value)
void SetQueryParam(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ActionTypeId & GetActionTypeId() const
bool QueryParamHasBeenSet() const
PollForJobsRequest & WithMaxBatchSize(int value)
PollForJobsRequest & WithActionTypeId(const ActionTypeId &value)
PollForJobsRequest & AddQueryParam(Aws::String &&key, const Aws::String &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