Struct aws_sdk_workdocs::input::GetDocumentPathInput
source · [−]#[non_exhaustive]pub struct GetDocumentPathInput { /* private fields */ }
Implementations
sourceimpl GetDocumentPathInput
impl GetDocumentPathInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentPath, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDocumentPath, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDocumentPath
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDocumentPathInput
.
sourceimpl GetDocumentPathInput
impl GetDocumentPathInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn document_id(&self) -> Option<&str>
pub fn document_id(&self) -> Option<&str>
The ID of the document.
Trait Implementations
sourceimpl Clone for GetDocumentPathInput
impl Clone for GetDocumentPathInput
sourcefn clone(&self) -> GetDocumentPathInput
fn clone(&self) -> GetDocumentPathInput
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 GetDocumentPathInput
impl Debug for GetDocumentPathInput
sourceimpl PartialEq<GetDocumentPathInput> for GetDocumentPathInput
impl PartialEq<GetDocumentPathInput> for GetDocumentPathInput
sourcefn eq(&self, other: &GetDocumentPathInput) -> bool
fn eq(&self, other: &GetDocumentPathInput) -> bool
impl StructuralPartialEq for GetDocumentPathInput
Auto Trait Implementations
impl RefUnwindSafe for GetDocumentPathInput
impl Send for GetDocumentPathInput
impl Sync for GetDocumentPathInput
impl Unpin for GetDocumentPathInput
impl UnwindSafe for GetDocumentPathInput
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