Struct aws_sdk_apigateway::operation::get_documentation_version::builders::GetDocumentationVersionInputBuilder
source · #[non_exhaustive]pub struct GetDocumentationVersionInputBuilder { /* private fields */ }
Expand description
A builder for GetDocumentationVersionInput
.
Implementations§
source§impl GetDocumentationVersionInputBuilder
impl GetDocumentationVersionInputBuilder
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 the to-be-retrieved 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 the to-be-retrieved documentation snapshot.
sourcepub fn get_documentation_version(&self) -> &Option<String>
pub fn get_documentation_version(&self) -> &Option<String>
The version identifier of the to-be-retrieved documentation snapshot.
sourcepub fn build(self) -> Result<GetDocumentationVersionInput, BuildError>
pub fn build(self) -> Result<GetDocumentationVersionInput, BuildError>
Consumes the builder and constructs a GetDocumentationVersionInput
.
source§impl GetDocumentationVersionInputBuilder
impl GetDocumentationVersionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetDocumentationVersionOutput, SdkError<GetDocumentationVersionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetDocumentationVersionOutput, SdkError<GetDocumentationVersionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetDocumentationVersionInputBuilder
impl Clone for GetDocumentationVersionInputBuilder
source§fn clone(&self) -> GetDocumentationVersionInputBuilder
fn clone(&self) -> GetDocumentationVersionInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetDocumentationVersionInputBuilder
impl Default for GetDocumentationVersionInputBuilder
source§fn default() -> GetDocumentationVersionInputBuilder
fn default() -> GetDocumentationVersionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDocumentationVersionInputBuilder> for GetDocumentationVersionInputBuilder
impl PartialEq<GetDocumentationVersionInputBuilder> for GetDocumentationVersionInputBuilder
source§fn eq(&self, other: &GetDocumentationVersionInputBuilder) -> bool
fn eq(&self, other: &GetDocumentationVersionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDocumentationVersionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDocumentationVersionInputBuilder
impl Send for GetDocumentationVersionInputBuilder
impl Sync for GetDocumentationVersionInputBuilder
impl Unpin for GetDocumentationVersionInputBuilder
impl UnwindSafe for GetDocumentationVersionInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more