Struct aws_sdk_workspacesweb::operation::delete_identity_provider::DeleteIdentityProviderInput
source · #[non_exhaustive]pub struct DeleteIdentityProviderInput { /* private fields */ }
Implementations§
source§impl DeleteIdentityProviderInput
impl DeleteIdentityProviderInput
sourcepub fn identity_provider_arn(&self) -> Option<&str>
pub fn identity_provider_arn(&self) -> Option<&str>
The ARN of the identity provider.
source§impl DeleteIdentityProviderInput
impl DeleteIdentityProviderInput
sourcepub fn builder() -> DeleteIdentityProviderInputBuilder
pub fn builder() -> DeleteIdentityProviderInputBuilder
Creates a new builder-style object to manufacture DeleteIdentityProviderInput
.
source§impl DeleteIdentityProviderInput
impl DeleteIdentityProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIdentityProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteIdentityProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIdentityProvider
>
Trait Implementations§
source§impl Clone for DeleteIdentityProviderInput
impl Clone for DeleteIdentityProviderInput
source§fn clone(&self) -> DeleteIdentityProviderInput
fn clone(&self) -> DeleteIdentityProviderInput
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 DeleteIdentityProviderInput
impl Debug for DeleteIdentityProviderInput
source§impl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
impl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
source§fn eq(&self, other: &DeleteIdentityProviderInput) -> bool
fn eq(&self, other: &DeleteIdentityProviderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteIdentityProviderInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteIdentityProviderInput
impl Send for DeleteIdentityProviderInput
impl Sync for DeleteIdentityProviderInput
impl Unpin for DeleteIdentityProviderInput
impl UnwindSafe for DeleteIdentityProviderInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more