Struct aws_sdk_workdocs::input::CreateLabelsInput
source · #[non_exhaustive]pub struct CreateLabelsInput { /* private fields */ }
Implementations§
source§impl CreateLabelsInput
impl CreateLabelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLabels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLabels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLabels
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLabelsInput
.
source§impl CreateLabelsInput
impl CreateLabelsInput
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.
Trait Implementations§
source§impl Clone for CreateLabelsInput
impl Clone for CreateLabelsInput
source§fn clone(&self) -> CreateLabelsInput
fn clone(&self) -> CreateLabelsInput
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 CreateLabelsInput
impl Debug for CreateLabelsInput
source§impl PartialEq<CreateLabelsInput> for CreateLabelsInput
impl PartialEq<CreateLabelsInput> for CreateLabelsInput
source§fn eq(&self, other: &CreateLabelsInput) -> bool
fn eq(&self, other: &CreateLabelsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.