#[non_exhaustive]pub struct DeleteClientBrandingInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DeleteClientBrandingInput
impl DeleteClientBrandingInput
sourcepub fn builder() -> DeleteClientBrandingInputBuilder
pub fn builder() -> DeleteClientBrandingInputBuilder
Creates a new builder-style object to manufacture DeleteClientBrandingInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for DeleteClientBrandingInput
impl Clone for DeleteClientBrandingInput
source§fn clone(&self) -> DeleteClientBrandingInput
fn clone(&self) -> DeleteClientBrandingInput
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 DeleteClientBrandingInput
impl Debug for DeleteClientBrandingInput
source§impl PartialEq<DeleteClientBrandingInput> for DeleteClientBrandingInput
impl PartialEq<DeleteClientBrandingInput> for DeleteClientBrandingInput
source§fn eq(&self, other: &DeleteClientBrandingInput) -> bool
fn eq(&self, other: &DeleteClientBrandingInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.