7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/datapipeline/DataPipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datapipeline/model/Query.h>
47 template<
typename PipelineIdT = Aws::String>
48 void SetPipelineId(PipelineIdT&& value) { m_pipelineIdHasBeenSet =
true; m_pipelineId = std::forward<PipelineIdT>(value); }
49 template<
typename PipelineIdT = Aws::String>
62 template<
typename QueryT = Query>
63 void SetQuery(QueryT&& value) { m_queryHasBeenSet =
true; m_query = std::forward<QueryT>(value); }
64 template<
typename QueryT = Query>
76 template<
typename SphereT = Aws::String>
77 void SetSphere(SphereT&& value) { m_sphereHasBeenSet =
true; m_sphere = std::forward<SphereT>(value); }
78 template<
typename SphereT = Aws::String>
91 template<
typename MarkerT = Aws::String>
92 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
93 template<
typename MarkerT = Aws::String>
104 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
110 bool m_pipelineIdHasBeenSet =
false;
113 bool m_queryHasBeenSet =
false;
116 bool m_sphereHasBeenSet =
false;
119 bool m_markerHasBeenSet =
false;
122 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