#[non_exhaustive]pub struct UpdateAvailabilityConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateAvailabilityConfigurationInput
impl UpdateAvailabilityConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAvailabilityConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAvailabilityConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAvailabilityConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAvailabilityConfigurationInput
.
source§impl UpdateAvailabilityConfigurationInput
impl UpdateAvailabilityConfigurationInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization for which the AvailabilityConfiguration
will be updated.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain to which the provider applies the availability configuration.
sourcepub fn ews_provider(&self) -> Option<&EwsAvailabilityProvider>
pub fn ews_provider(&self) -> Option<&EwsAvailabilityProvider>
The EWS availability provider definition. The request must contain exactly one provider definition, either EwsProvider
or LambdaProvider
. The previously stored provider will be overridden by the one provided.
sourcepub fn lambda_provider(&self) -> Option<&LambdaAvailabilityProvider>
pub fn lambda_provider(&self) -> Option<&LambdaAvailabilityProvider>
The Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider
or LambdaProvider
. The previously stored provider will be overridden by the one provided.
Trait Implementations§
source§impl Clone for UpdateAvailabilityConfigurationInput
impl Clone for UpdateAvailabilityConfigurationInput
source§fn clone(&self) -> UpdateAvailabilityConfigurationInput
fn clone(&self) -> UpdateAvailabilityConfigurationInput
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 PartialEq<UpdateAvailabilityConfigurationInput> for UpdateAvailabilityConfigurationInput
impl PartialEq<UpdateAvailabilityConfigurationInput> for UpdateAvailabilityConfigurationInput
source§fn eq(&self, other: &UpdateAvailabilityConfigurationInput) -> bool
fn eq(&self, other: &UpdateAvailabilityConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.