Struct aws_sdk_workdocs::input::DeleteLabelsInput
source · [−]#[non_exhaustive]pub struct DeleteLabelsInput { /* private fields */ }Implementations
sourceimpl DeleteLabelsInput
impl DeleteLabelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLabels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLabels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLabels>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLabelsInput.
sourceimpl DeleteLabelsInput
impl DeleteLabelsInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
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 delete_all(&self) -> bool
pub fn delete_all(&self) -> bool
Flag to request removal of all labels from the specified resource.
Trait Implementations
sourceimpl Clone for DeleteLabelsInput
impl Clone for DeleteLabelsInput
sourcefn clone(&self) -> DeleteLabelsInput
fn clone(&self) -> DeleteLabelsInput
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 DeleteLabelsInput
impl Debug for DeleteLabelsInput
sourceimpl PartialEq<DeleteLabelsInput> for DeleteLabelsInput
impl PartialEq<DeleteLabelsInput> for DeleteLabelsInput
sourcefn eq(&self, other: &DeleteLabelsInput) -> bool
fn eq(&self, other: &DeleteLabelsInput) -> bool
impl StructuralPartialEq for DeleteLabelsInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLabelsInput
impl Send for DeleteLabelsInput
impl Sync for DeleteLabelsInput
impl Unpin for DeleteLabelsInput
impl UnwindSafe for DeleteLabelsInput
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