Struct aws_sdk_workmail::input::UpdateResourceInput
source · #[non_exhaustive]pub struct UpdateResourceInput { /* private fields */ }
Implementations§
source§impl UpdateResourceInput
impl UpdateResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceInput
.
source§impl UpdateResourceInput
impl UpdateResourceInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier associated with the organization for which the resource is updated.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The identifier of the resource to be updated.
sourcepub fn booking_options(&self) -> Option<&BookingOptions>
pub fn booking_options(&self) -> Option<&BookingOptions>
The resource's booking options to be updated.
Trait Implementations§
source§impl Clone for UpdateResourceInput
impl Clone for UpdateResourceInput
source§fn clone(&self) -> UpdateResourceInput
fn clone(&self) -> UpdateResourceInput
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 UpdateResourceInput
impl Debug for UpdateResourceInput
source§impl PartialEq<UpdateResourceInput> for UpdateResourceInput
impl PartialEq<UpdateResourceInput> for UpdateResourceInput
source§fn eq(&self, other: &UpdateResourceInput) -> bool
fn eq(&self, other: &UpdateResourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.