Struct aws_sdk_robomaker::client::fluent_builders::ListRobots [−][src]
pub struct ListRobots<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListRobots.
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
Implementations
impl<C, M, R> ListRobots<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListRobots<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<ListRobotsOutput, SdkError<ListRobotsError>> where
R::Policy: SmithyRetryPolicy<ListRobotsInputOperationOutputAlias, ListRobotsOutput, ListRobotsError, ListRobotsInputOperationRetryAlias>,
pub async fn send(self) -> Result<ListRobotsOutput, SdkError<ListRobotsError>> where
R::Policy: SmithyRetryPolicy<ListRobotsInputOperationOutputAlias, ListRobotsOutput, ListRobotsError, ListRobotsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
If the previous paginated request did not return all of the remaining results, the
response object's nextToken parameter value is set to a token. To retrieve the
next set of results, call ListRobots again and assign that token to the
request object's nextToken parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
If the previous paginated request did not return all of the remaining results, the
response object's nextToken parameter value is set to a token. To retrieve the
next set of results, call ListRobots again and assign that token to the
request object's nextToken parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
When this parameter is used, ListRobots only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListRobots request with the returned nextToken value.
This value can be between 1 and 200. If this parameter is not used, then
ListRobots returns up to 200 results and a nextToken value if
applicable.
When this parameter is used, ListRobots only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListRobots request with the returned nextToken value.
This value can be between 1 and 200. If this parameter is not used, then
ListRobots returns up to 200 results and a nextToken value if
applicable.
Appends an item to filters.
To override the contents of this collection use set_filters.
Optional filters to limit results.
The filter names status and fleetName are supported. When
filtering, you must use the complete value of the filtered item. You can use up to three
filters, but they must be for the same named item. For example, if you are looking for
items with the status Registered or the status Available.
Optional filters to limit results.
The filter names status and fleetName are supported. When
filtering, you must use the complete value of the filtered item. You can use up to three
filters, but they must be for the same named item. For example, if you are looking for
items with the status Registered or the status Available.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListRobots<C, M, R>
impl<C, M, R> Unpin for ListRobots<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListRobots<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more