#[non_exhaustive]pub struct GetDocumentationVersionInput { /* private fields */ }Expand description
Gets a documentation snapshot of an API.
Implementations
sourceimpl GetDocumentationVersionInput
impl GetDocumentationVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentationVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentationVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDocumentationVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDocumentationVersionInput.
sourceimpl GetDocumentationVersionInput
impl GetDocumentationVersionInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
sourcepub fn documentation_version(&self) -> Option<&str>
pub fn documentation_version(&self) -> Option<&str>
The version identifier of the to-be-retrieved documentation snapshot.
Trait Implementations
sourceimpl Clone for GetDocumentationVersionInput
impl Clone for GetDocumentationVersionInput
sourcefn clone(&self) -> GetDocumentationVersionInput
fn clone(&self) -> GetDocumentationVersionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDocumentationVersionInput
impl Debug for GetDocumentationVersionInput
sourceimpl PartialEq<GetDocumentationVersionInput> for GetDocumentationVersionInput
impl PartialEq<GetDocumentationVersionInput> for GetDocumentationVersionInput
sourcefn eq(&self, other: &GetDocumentationVersionInput) -> bool
fn eq(&self, other: &GetDocumentationVersionInput) -> bool
impl StructuralPartialEq for GetDocumentationVersionInput
Auto Trait Implementations
impl RefUnwindSafe for GetDocumentationVersionInput
impl Send for GetDocumentationVersionInput
impl Sync for GetDocumentationVersionInput
impl Unpin for GetDocumentationVersionInput
impl UnwindSafe for GetDocumentationVersionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more