Struct aws_sdk_apigateway::operation::get_deployments::builders::GetDeploymentsFluentBuilder
source · pub struct GetDeploymentsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetDeployments
.
Gets information about a Deployments collection.
Implementations§
source§impl GetDeploymentsFluentBuilder
impl GetDeploymentsFluentBuilder
sourcepub fn as_input(&self) -> &GetDeploymentsInputBuilder
pub fn as_input(&self) -> &GetDeploymentsInputBuilder
Access the GetDeployments as a reference.
sourcepub async fn send(
self
) -> Result<GetDeploymentsOutput, SdkError<GetDeploymentsError, HttpResponse>>
pub async fn send( self ) -> Result<GetDeploymentsOutput, SdkError<GetDeploymentsError, 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 fn customize(
self
) -> CustomizableOperation<GetDeploymentsOutput, GetDeploymentsError, Self>
pub fn customize( self ) -> CustomizableOperation<GetDeploymentsOutput, GetDeploymentsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> GetDeploymentsPaginator
pub fn into_paginator(self) -> GetDeploymentsPaginator
Create a paginator for this request
Paginators are used by calling send().await
which returns a PaginationStream
.
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 GetDeploymentsFluentBuilder
impl Clone for GetDeploymentsFluentBuilder
source§fn clone(&self) -> GetDeploymentsFluentBuilder
fn clone(&self) -> GetDeploymentsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more