#[non_exhaustive]pub struct DisassociateWebsiteAuthorizationProviderInput { /* private fields */ }Implementations§
source§impl DisassociateWebsiteAuthorizationProviderInput
impl DisassociateWebsiteAuthorizationProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateWebsiteAuthorizationProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateWebsiteAuthorizationProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateWebsiteAuthorizationProvider>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateWebsiteAuthorizationProviderInput.
Trait Implementations§
source§impl Clone for DisassociateWebsiteAuthorizationProviderInput
impl Clone for DisassociateWebsiteAuthorizationProviderInput
source§fn clone(&self) -> DisassociateWebsiteAuthorizationProviderInput
fn clone(&self) -> DisassociateWebsiteAuthorizationProviderInput
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<DisassociateWebsiteAuthorizationProviderInput> for DisassociateWebsiteAuthorizationProviderInput
impl PartialEq<DisassociateWebsiteAuthorizationProviderInput> for DisassociateWebsiteAuthorizationProviderInput
source§fn eq(&self, other: &DisassociateWebsiteAuthorizationProviderInput) -> bool
fn eq(&self, other: &DisassociateWebsiteAuthorizationProviderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.