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