Struct aws_sdk_cloudcontrol::client::fluent_builders::ListResourceRequests [−][src]
pub struct ListResourceRequests<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListResourceRequests
.
Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide.
Resource operation requests expire after seven days.
Implementations
impl<C, M, R> ListResourceRequests<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListResourceRequests<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListResourceRequestsOutput, SdkError<ListResourceRequestsError>> where
R::Policy: SmithyRetryPolicy<ListResourceRequestsInputOperationOutputAlias, ListResourceRequestsOutput, ListResourceRequestsError, ListResourceRequestsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListResourceRequestsOutput, SdkError<ListResourceRequestsError>> where
R::Policy: SmithyRetryPolicy<ListResourceRequestsInputOperationOutputAlias, ListResourceRequestsOutput, ListResourceRequestsError, ListResourceRequestsInputOperationRetryAlias>,
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 maximum number of results to be returned with a single call. If the number of
available results exceeds this maximum, the response includes a NextToken
value
that you can assign to the NextToken
request parameter to get the next set of
results.
The default is 20
.
The maximum number of results to be returned with a single call. If the number of
available results exceeds this maximum, the response includes a NextToken
value
that you can assign to the NextToken
request parameter to get the next set of
results.
The default is 20
.
If the previous paginated request didn't 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 this action 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 didn't 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 this action 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
.
The filter criteria to apply to the requests returned.
pub fn set_resource_request_status_filter(
self,
input: Option<ResourceRequestStatusFilter>
) -> Self
pub fn set_resource_request_status_filter(
self,
input: Option<ResourceRequestStatusFilter>
) -> Self
The filter criteria to apply to the requests returned.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListResourceRequests<C, M, R>
impl<C, M, R> Send for ListResourceRequests<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListResourceRequests<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListResourceRequests<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListResourceRequests<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