#[non_exhaustive]pub struct ListResourceRequestsInput { /* private fields */ }Implementations
sourceimpl ListResourceRequestsInput
impl ListResourceRequestsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceRequests, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceRequests, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListResourceRequests>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListResourceRequestsInput.
sourceimpl ListResourceRequestsInput
impl ListResourceRequestsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
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.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
sourcepub fn resource_request_status_filter(
&self
) -> Option<&ResourceRequestStatusFilter>
pub fn resource_request_status_filter(
&self
) -> Option<&ResourceRequestStatusFilter>
The filter criteria to apply to the requests returned.
Trait Implementations
sourceimpl Clone for ListResourceRequestsInput
impl Clone for ListResourceRequestsInput
sourcefn clone(&self) -> ListResourceRequestsInput
fn clone(&self) -> ListResourceRequestsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more