Struct aws_sdk_apigateway::operation::get_documentation_versions::builders::GetDocumentationVersionsFluentBuilder
source · pub struct GetDocumentationVersionsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetDocumentationVersions
.
Gets documentation versions.
Implementations§
source§impl GetDocumentationVersionsFluentBuilder
impl GetDocumentationVersionsFluentBuilder
sourcepub fn as_input(&self) -> &GetDocumentationVersionsInputBuilder
pub fn as_input(&self) -> &GetDocumentationVersionsInputBuilder
Access the GetDocumentationVersions as a reference.
sourcepub async fn send(
self
) -> Result<GetDocumentationVersionsOutput, SdkError<GetDocumentationVersionsError, HttpResponse>>
pub async fn send( self ) -> Result<GetDocumentationVersionsOutput, SdkError<GetDocumentationVersionsError, 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<GetDocumentationVersionsOutput, GetDocumentationVersionsError>, SdkError<GetDocumentationVersionsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetDocumentationVersionsOutput, GetDocumentationVersionsError>, SdkError<GetDocumentationVersionsError>>
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 GetDocumentationVersionsFluentBuilder
impl Clone for GetDocumentationVersionsFluentBuilder
source§fn clone(&self) -> GetDocumentationVersionsFluentBuilder
fn clone(&self) -> GetDocumentationVersionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more