Struct aws_sdk_robomaker::client::fluent_builders::ListSimulationApplications [−][src]
pub struct ListSimulationApplications<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListSimulationApplications.
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
Implementations
impl<C, M, R> ListSimulationApplications<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListSimulationApplications<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListSimulationApplicationsOutput, SdkError<ListSimulationApplicationsError>> where
R::Policy: SmithyRetryPolicy<ListSimulationApplicationsInputOperationOutputAlias, ListSimulationApplicationsOutput, ListSimulationApplicationsError, ListSimulationApplicationsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListSimulationApplicationsOutput, SdkError<ListSimulationApplicationsError>> where
R::Policy: SmithyRetryPolicy<ListSimulationApplicationsInputOperationOutputAlias, ListSimulationApplicationsOutput, ListSimulationApplicationsError, ListSimulationApplicationsInputOperationRetryAlias>,
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.
The version qualifier of the simulation application.
The version qualifier of the simulation application.
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 ListSimulationApplications 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 ListSimulationApplications 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, ListSimulationApplications 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 ListSimulationApplications request with the returned
nextToken value. This value can be between 1 and 100. If this parameter is
not used, then ListSimulationApplications returns up to 100 results and a
nextToken value if applicable.
When this parameter is used, ListSimulationApplications 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 ListSimulationApplications request with the returned
nextToken value. This value can be between 1 and 100. If this parameter is
not used, then ListSimulationApplications returns up to 100 results and a
nextToken value if applicable.
Appends an item to filters.
To override the contents of this collection use set_filters.
Optional list of filters to limit results.
The filter name name is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
Optional list of filters to limit results.
The filter name name is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListSimulationApplications<C, M, R>
impl<C, M, R> Send for ListSimulationApplications<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListSimulationApplications<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListSimulationApplications<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListSimulationApplications<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