#include <QueryObjectsResult.h>
Contains the output of QueryObjects.
See Also:
AWS API Reference
Definition at line 33 of file QueryObjectsResult.h.
◆ QueryObjectsResult() [1/2]
Aws::DataPipeline::Model::QueryObjectsResult::QueryObjectsResult |
( |
| ) |
|
◆ QueryObjectsResult() [2/2]
◆ AddIds() [1/3]
◆ AddIds() [2/3]
◆ AddIds() [3/3]
QueryObjectsResult& Aws::DataPipeline::Model::QueryObjectsResult::AddIds |
( |
const char * |
value | ) |
|
|
inline |
◆ GetHasMoreResults()
bool Aws::DataPipeline::Model::QueryObjectsResult::GetHasMoreResults |
( |
| ) |
const |
|
inline |
Indicates whether there are more results that can be obtained by a subsequent call.
Definition at line 136 of file QueryObjectsResult.h.
◆ GetIds()
◆ GetMarker()
const Aws::String& Aws::DataPipeline::Model::QueryObjectsResult::GetMarker |
( |
| ) |
const |
|
inline |
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 87 of file QueryObjectsResult.h.
◆ operator=()
◆ SetHasMoreResults()
void Aws::DataPipeline::Model::QueryObjectsResult::SetHasMoreResults |
( |
bool |
value | ) |
|
|
inline |
Indicates whether there are more results that can be obtained by a subsequent call.
Definition at line 142 of file QueryObjectsResult.h.
◆ SetIds() [1/2]
◆ SetIds() [2/2]
◆ SetMarker() [1/3]
void Aws::DataPipeline::Model::QueryObjectsResult::SetMarker |
( |
Aws::String && |
value | ) |
|
|
inline |
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 101 of file QueryObjectsResult.h.
◆ SetMarker() [2/3]
void Aws::DataPipeline::Model::QueryObjectsResult::SetMarker |
( |
const Aws::String & |
value | ) |
|
|
inline |
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 94 of file QueryObjectsResult.h.
◆ SetMarker() [3/3]
void Aws::DataPipeline::Model::QueryObjectsResult::SetMarker |
( |
const char * |
value | ) |
|
|
inline |
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 108 of file QueryObjectsResult.h.
◆ WithHasMoreResults()
QueryObjectsResult& Aws::DataPipeline::Model::QueryObjectsResult::WithHasMoreResults |
( |
bool |
value | ) |
|
|
inline |
Indicates whether there are more results that can be obtained by a subsequent call.
Definition at line 148 of file QueryObjectsResult.h.
◆ WithIds() [1/2]
◆ WithIds() [2/2]
◆ WithMarker() [1/3]
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 122 of file QueryObjectsResult.h.
◆ WithMarker() [2/3]
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 115 of file QueryObjectsResult.h.
◆ WithMarker() [3/3]
QueryObjectsResult& Aws::DataPipeline::Model::QueryObjectsResult::WithMarker |
( |
const char * |
value | ) |
|
|
inline |
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
Definition at line 129 of file QueryObjectsResult.h.
The documentation for this class was generated from the following file: