#[non_exhaustive]pub struct TestAvailabilityConfigurationInput { /* private fields */ }
Implementations§
source§impl TestAvailabilityConfigurationInput
impl TestAvailabilityConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestAvailabilityConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestAvailabilityConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TestAvailabilityConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestAvailabilityConfigurationInput
.
source§impl TestAvailabilityConfigurationInput
impl TestAvailabilityConfigurationInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization where the availability provider will be tested.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
sourcepub fn ews_provider(&self) -> Option<&EwsAvailabilityProvider>
pub fn ews_provider(&self) -> Option<&EwsAvailabilityProvider>
Describes an EWS based availability provider. This is only used as input to the service.
sourcepub fn lambda_provider(&self) -> Option<&LambdaAvailabilityProvider>
pub fn lambda_provider(&self) -> Option<&LambdaAvailabilityProvider>
Describes a Lambda based availability provider.
Trait Implementations§
source§impl Clone for TestAvailabilityConfigurationInput
impl Clone for TestAvailabilityConfigurationInput
source§fn clone(&self) -> TestAvailabilityConfigurationInput
fn clone(&self) -> TestAvailabilityConfigurationInput
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<TestAvailabilityConfigurationInput> for TestAvailabilityConfigurationInput
impl PartialEq<TestAvailabilityConfigurationInput> for TestAvailabilityConfigurationInput
source§fn eq(&self, other: &TestAvailabilityConfigurationInput) -> bool
fn eq(&self, other: &TestAvailabilityConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.