Struct aws_sdk_workdocs::input::DeleteLabelsInput
source · #[non_exhaustive]pub struct DeleteLabelsInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteLabelsInput
impl Clone for DeleteLabelsInput
source§fn clone(&self) -> DeleteLabelsInput
fn clone(&self) -> DeleteLabelsInput
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 DeleteLabelsInput
impl Debug for DeleteLabelsInput
source§impl PartialEq<DeleteLabelsInput> for DeleteLabelsInput
impl PartialEq<DeleteLabelsInput> for DeleteLabelsInput
source§fn eq(&self, other: &DeleteLabelsInput) -> bool
fn eq(&self, other: &DeleteLabelsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.