Struct aws_sdk_apigateway::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder
source · pub struct DeleteDocumentationVersionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteDocumentationVersion
.
Deletes a documentation version.
Implementations§
source§impl DeleteDocumentationVersionFluentBuilder
impl DeleteDocumentationVersionFluentBuilder
sourcepub fn as_input(&self) -> &DeleteDocumentationVersionInputBuilder
pub fn as_input(&self) -> &DeleteDocumentationVersionInputBuilder
Access the DeleteDocumentationVersion as a reference.
sourcepub async fn send(
self
) -> Result<DeleteDocumentationVersionOutput, SdkError<DeleteDocumentationVersionError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteDocumentationVersionOutput, SdkError<DeleteDocumentationVersionError, 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<DeleteDocumentationVersionOutput, DeleteDocumentationVersionError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteDocumentationVersionOutput, DeleteDocumentationVersionError, Self>
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 documentation_version(self, input: impl Into<String>) -> Self
pub fn documentation_version(self, input: impl Into<String>) -> Self
The version identifier of a to-be-deleted documentation snapshot.
sourcepub fn set_documentation_version(self, input: Option<String>) -> Self
pub fn set_documentation_version(self, input: Option<String>) -> Self
The version identifier of a to-be-deleted documentation snapshot.
sourcepub fn get_documentation_version(&self) -> &Option<String>
pub fn get_documentation_version(&self) -> &Option<String>
The version identifier of a to-be-deleted documentation snapshot.
Trait Implementations§
source§impl Clone for DeleteDocumentationVersionFluentBuilder
impl Clone for DeleteDocumentationVersionFluentBuilder
source§fn clone(&self) -> DeleteDocumentationVersionFluentBuilder
fn clone(&self) -> DeleteDocumentationVersionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more