#[non_exhaustive]pub struct UpdateDomainNameInput { /* private fields */ }Implementations§
source§impl UpdateDomainNameInput
impl UpdateDomainNameInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the DomainName.
source§impl UpdateDomainNameInput
impl UpdateDomainNameInput
sourcepub fn builder() -> UpdateDomainNameInputBuilder
pub fn builder() -> UpdateDomainNameInputBuilder
Creates a new builder-style object to manufacture UpdateDomainNameInput.
source§impl UpdateDomainNameInput
impl UpdateDomainNameInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainName, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateDomainName, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDomainName>
Trait Implementations§
source§impl Clone for UpdateDomainNameInput
impl Clone for UpdateDomainNameInput
source§fn clone(&self) -> UpdateDomainNameInput
fn clone(&self) -> UpdateDomainNameInput
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 UpdateDomainNameInput
impl Debug for UpdateDomainNameInput
source§impl PartialEq<UpdateDomainNameInput> for UpdateDomainNameInput
impl PartialEq<UpdateDomainNameInput> for UpdateDomainNameInput
source§fn eq(&self, other: &UpdateDomainNameInput) -> bool
fn eq(&self, other: &UpdateDomainNameInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateDomainNameInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDomainNameInput
impl Send for UpdateDomainNameInput
impl Sync for UpdateDomainNameInput
impl Unpin for UpdateDomainNameInput
impl UnwindSafe for UpdateDomainNameInput
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