23 namespace DataPipeline
57 inline void SetPipelineId(
const char* value) { m_pipelineIdHasBeenSet =
true; m_pipelineId.assign(value); }
88 inline void SetQuery(
const Query& value) { m_queryHasBeenSet =
true; m_query = value; }
96 inline void SetQuery(
Query&& value) { m_queryHasBeenSet =
true; m_query = value; }
140 inline void SetSphere(
const char* value) { m_sphereHasBeenSet =
true; m_sphere.assign(value); }
193 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
229 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
239 bool m_pipelineIdHasBeenSet;
241 bool m_queryHasBeenSet;
243 bool m_sphereHasBeenSet;
245 bool m_markerHasBeenSet;
247 bool m_limitHasBeenSet;
QueryObjectsRequest & WithQuery(const Query &value)
const Aws::String & GetPipelineId() const
void SetMarker(const Aws::String &value)
QueryObjectsRequest & WithPipelineId(const char *value)
QueryObjectsRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetMarker(Aws::String &&value)
void SetSphere(const Aws::String &value)
void SetPipelineId(const char *value)
#define AWS_DATAPIPELINE_API
QueryObjectsRequest & WithPipelineId(Aws::String &&value)
void SetSphere(const char *value)
void SetMarker(const char *value)
QueryObjectsRequest & WithMarker(const Aws::String &value)
QueryObjectsRequest & WithSphere(const Aws::String &value)
QueryObjectsRequest & WithMarker(const char *value)
void SetSphere(Aws::String &&value)
QueryObjectsRequest & WithSphere(const char *value)
QueryObjectsRequest & WithPipelineId(const Aws::String &value)
const Aws::String & GetMarker() const
QueryObjectsRequest & WithQuery(Query &&value)
QueryObjectsRequest & WithMarker(Aws::String &&value)
void SetPipelineId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetQuery(Query &&value)
void SetPipelineId(const Aws::String &value)
const Query & GetQuery() const
const Aws::String & GetSphere() const
void SetQuery(const Query &value)
QueryObjectsRequest & WithSphere(Aws::String &&value)
JSON (JavaScript Object Notation).