#[non_exhaustive]pub struct CreateDocumentationVersionInput { /* private fields */ }Expand description
Creates a new documentation version of a given API.
Implementations
sourceimpl CreateDocumentationVersionInput
impl CreateDocumentationVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDocumentationVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDocumentationVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDocumentationVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDocumentationVersionInput.
sourceimpl CreateDocumentationVersionInput
impl CreateDocumentationVersionInput
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 new snapshot.
sourcepub fn stage_name(&self) -> Option<&str>
pub fn stage_name(&self) -> Option<&str>
The stage name to be associated with the new documentation snapshot.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description about the new documentation snapshot.
Trait Implementations
sourceimpl Clone for CreateDocumentationVersionInput
impl Clone for CreateDocumentationVersionInput
sourcefn clone(&self) -> CreateDocumentationVersionInput
fn clone(&self) -> CreateDocumentationVersionInput
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 PartialEq<CreateDocumentationVersionInput> for CreateDocumentationVersionInput
impl PartialEq<CreateDocumentationVersionInput> for CreateDocumentationVersionInput
sourcefn eq(&self, other: &CreateDocumentationVersionInput) -> bool
fn eq(&self, other: &CreateDocumentationVersionInput) -> bool
impl StructuralPartialEq for CreateDocumentationVersionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateDocumentationVersionInput
impl Send for CreateDocumentationVersionInput
impl Sync for CreateDocumentationVersionInput
impl Unpin for CreateDocumentationVersionInput
impl UnwindSafe for CreateDocumentationVersionInput
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