#[non_exhaustive]pub struct DeleteClientBrandingInput { /* private fields */ }Implementations
sourceimpl DeleteClientBrandingInput
impl DeleteClientBrandingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClientBranding, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClientBranding, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteClientBranding>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClientBrandingInput.
sourceimpl DeleteClientBrandingInput
impl DeleteClientBrandingInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The directory identifier of the WorkSpace for which you want to delete client branding.
sourcepub fn platforms(&self) -> Option<&[ClientDeviceType]>
pub fn platforms(&self) -> Option<&[ClientDeviceType]>
The device type for which you want to delete client branding.
Trait Implementations
sourceimpl Clone for DeleteClientBrandingInput
impl Clone for DeleteClientBrandingInput
sourcefn clone(&self) -> DeleteClientBrandingInput
fn clone(&self) -> DeleteClientBrandingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteClientBrandingInput
impl Debug for DeleteClientBrandingInput
sourceimpl PartialEq<DeleteClientBrandingInput> for DeleteClientBrandingInput
impl PartialEq<DeleteClientBrandingInput> for DeleteClientBrandingInput
sourcefn eq(&self, other: &DeleteClientBrandingInput) -> bool
fn eq(&self, other: &DeleteClientBrandingInput) -> bool
impl StructuralPartialEq for DeleteClientBrandingInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteClientBrandingInput
impl Send for DeleteClientBrandingInput
impl Sync for DeleteClientBrandingInput
impl Unpin for DeleteClientBrandingInput
impl UnwindSafe for DeleteClientBrandingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more