#[non_exhaustive]pub struct GetDocumentationVersionInput { /* private fields */ }Expand description
Gets a documentation snapshot of an API.
Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for GetDocumentationVersionInput
 
impl Clone for GetDocumentationVersionInput
source§fn clone(&self) -> GetDocumentationVersionInput
 
fn clone(&self) -> GetDocumentationVersionInput
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 Debug for GetDocumentationVersionInput
 
impl Debug for GetDocumentationVersionInput
source§impl PartialEq<GetDocumentationVersionInput> for GetDocumentationVersionInput
 
impl PartialEq<GetDocumentationVersionInput> for GetDocumentationVersionInput
source§fn eq(&self, other: &GetDocumentationVersionInput) -> bool
 
fn eq(&self, other: &GetDocumentationVersionInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.