Struct aws_sdk_workdocs::input::CreateLabelsInput
source · [−]#[non_exhaustive]pub struct CreateLabelsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateLabelsInput
impl Clone for CreateLabelsInput
sourcefn clone(&self) -> CreateLabelsInput
fn clone(&self) -> CreateLabelsInput
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 CreateLabelsInput
impl Debug for CreateLabelsInput
sourceimpl PartialEq<CreateLabelsInput> for CreateLabelsInput
impl PartialEq<CreateLabelsInput> for CreateLabelsInput
sourcefn eq(&self, other: &CreateLabelsInput) -> bool
fn eq(&self, other: &CreateLabelsInput) -> bool
impl StructuralPartialEq for CreateLabelsInput
Auto Trait Implementations
impl RefUnwindSafe for CreateLabelsInput
impl Send for CreateLabelsInput
impl Sync for CreateLabelsInput
impl Unpin for CreateLabelsInput
impl UnwindSafe for CreateLabelsInput
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