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