Struct aws_sdk_apprunner::operation::disassociate_custom_domain::builders::DisassociateCustomDomainInputBuilder
source · #[non_exhaustive]pub struct DisassociateCustomDomainInputBuilder { /* private fields */ }
Expand description
A builder for DisassociateCustomDomainInput
.
Implementations§
source§impl DisassociateCustomDomainInputBuilder
impl DisassociateCustomDomainInputBuilder
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
This field is required.sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
sourcepub fn get_service_arn(&self) -> &Option<String>
pub fn get_service_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The domain name that you want to disassociate from the App Runner service.
This field is required.sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The domain name that you want to disassociate from the App Runner service.
sourcepub fn get_domain_name(&self) -> &Option<String>
pub fn get_domain_name(&self) -> &Option<String>
The domain name that you want to disassociate from the App Runner service.
sourcepub fn build(self) -> Result<DisassociateCustomDomainInput, BuildError>
pub fn build(self) -> Result<DisassociateCustomDomainInput, BuildError>
Consumes the builder and constructs a DisassociateCustomDomainInput
.
source§impl DisassociateCustomDomainInputBuilder
impl DisassociateCustomDomainInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DisassociateCustomDomainOutput, SdkError<DisassociateCustomDomainError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DisassociateCustomDomainOutput, SdkError<DisassociateCustomDomainError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DisassociateCustomDomainInputBuilder
impl Clone for DisassociateCustomDomainInputBuilder
source§fn clone(&self) -> DisassociateCustomDomainInputBuilder
fn clone(&self) -> DisassociateCustomDomainInputBuilder
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 Default for DisassociateCustomDomainInputBuilder
impl Default for DisassociateCustomDomainInputBuilder
source§fn default() -> DisassociateCustomDomainInputBuilder
fn default() -> DisassociateCustomDomainInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DisassociateCustomDomainInputBuilder
impl PartialEq for DisassociateCustomDomainInputBuilder
source§fn eq(&self, other: &DisassociateCustomDomainInputBuilder) -> bool
fn eq(&self, other: &DisassociateCustomDomainInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisassociateCustomDomainInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateCustomDomainInputBuilder
impl Send for DisassociateCustomDomainInputBuilder
impl Sync for DisassociateCustomDomainInputBuilder
impl Unpin for DisassociateCustomDomainInputBuilder
impl UnwindSafe for DisassociateCustomDomainInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.