Struct aws_sdk_apigateway::operation::get_request_validators::builders::GetRequestValidatorsFluentBuilder
source · pub struct GetRequestValidatorsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetRequestValidators
.
Gets the RequestValidators collection of a given RestApi.
Implementations§
source§impl GetRequestValidatorsFluentBuilder
impl GetRequestValidatorsFluentBuilder
sourcepub fn as_input(&self) -> &GetRequestValidatorsInputBuilder
pub fn as_input(&self) -> &GetRequestValidatorsInputBuilder
Access the GetRequestValidators as a reference.
sourcepub async fn send(
self
) -> Result<GetRequestValidatorsOutput, SdkError<GetRequestValidatorsError, HttpResponse>>
pub async fn send( self ) -> Result<GetRequestValidatorsOutput, SdkError<GetRequestValidatorsError, HttpResponse>>
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.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetRequestValidatorsOutput, GetRequestValidatorsError>, SdkError<GetRequestValidatorsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetRequestValidatorsOutput, GetRequestValidatorsError>, SdkError<GetRequestValidatorsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn rest_api_id(self, input: impl Into<String>) -> Self
pub fn rest_api_id(self, input: impl Into<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn set_rest_api_id(self, input: Option<String>) -> Self
pub fn set_rest_api_id(self, input: Option<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn get_rest_api_id(&self) -> &Option<String>
pub fn get_rest_api_id(&self) -> &Option<String>
The string identifier of the associated RestApi.
sourcepub fn position(self, input: impl Into<String>) -> Self
pub fn position(self, input: impl Into<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn set_position(self, input: Option<String>) -> Self
pub fn set_position(self, input: Option<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn get_position(&self) -> &Option<String>
pub fn get_position(&self) -> &Option<String>
The current pagination position in the paged result set.
sourcepub fn limit(self, input: i32) -> Self
pub fn limit(self, input: i32) -> Self
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
Trait Implementations§
source§impl Clone for GetRequestValidatorsFluentBuilder
impl Clone for GetRequestValidatorsFluentBuilder
source§fn clone(&self) -> GetRequestValidatorsFluentBuilder
fn clone(&self) -> GetRequestValidatorsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more