7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datapipeline/DataPipelineRequest.h>
9#include <aws/datapipeline/DataPipeline_EXPORTS.h>
10#include <aws/datapipeline/model/Query.h>
15namespace DataPipeline {
43 template <
typename PipelineIdT = Aws::String>
45 m_pipelineIdHasBeenSet =
true;
46 m_pipelineId = std::forward<PipelineIdT>(value);
48 template <
typename PipelineIdT = Aws::String>
64 template <
typename QueryT = Query>
66 m_queryHasBeenSet =
true;
67 m_query = std::forward<QueryT>(value);
69 template <
typename QueryT = Query>
71 SetQuery(std::forward<QueryT>(value));
84 template <
typename SphereT = Aws::String>
86 m_sphereHasBeenSet =
true;
87 m_sphere = std::forward<SphereT>(value);
89 template <
typename SphereT = Aws::String>
105 template <
typename MarkerT = Aws::String>
107 m_markerHasBeenSet =
true;
108 m_marker = std::forward<MarkerT>(value);
110 template <
typename MarkerT = Aws::String>
125 m_limitHasBeenSet =
true;
143 bool m_pipelineIdHasBeenSet =
false;
144 bool m_queryHasBeenSet =
false;
145 bool m_sphereHasBeenSet =
false;
146 bool m_markerHasBeenSet =
false;
147 bool m_limitHasBeenSet =
false;
const Aws::String & GetMarker() const
QueryObjectsRequest & WithPipelineId(PipelineIdT &&value)
void SetSphere(SphereT &&value)
void SetPipelineId(PipelineIdT &&value)
bool PipelineIdHasBeenSet() const
const Aws::String & GetSphere() const
bool LimitHasBeenSet() const
QueryObjectsRequest & WithQuery(QueryT &&value)
QueryObjectsRequest & WithSphere(SphereT &&value)
void SetMarker(MarkerT &&value)
void SetQuery(QueryT &&value)
bool SphereHasBeenSet() const
bool QueryHasBeenSet() const
QueryObjectsRequest & WithMarker(MarkerT &&value)
AWS_DATAPIPELINE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Query & GetQuery() const
bool MarkerHasBeenSet() const
const Aws::String & GetPipelineId() const
AWS_DATAPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DATAPIPELINE_API QueryObjectsRequest()=default
QueryObjectsRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String