#[non_exhaustive]pub struct AssociateDomainInputBuilder { /* private fields */ }Expand description
A builder for AssociateDomainInput.
Implementations§
source§impl AssociateDomainInputBuilder
impl AssociateDomainInputBuilder
sourcepub fn fleet_arn(self, input: impl Into<String>) -> Self
pub fn fleet_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
This field is required.sourcepub fn set_fleet_arn(self, input: Option<String>) -> Self
pub fn set_fleet_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn get_fleet_arn(&self) -> &Option<String>
pub fn get_fleet_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The fully qualified domain name (FQDN).
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 fully qualified domain name (FQDN).
sourcepub fn get_domain_name(&self) -> &Option<String>
pub fn get_domain_name(&self) -> &Option<String>
The fully qualified domain name (FQDN).
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The name to display.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The name to display.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The name to display.
sourcepub fn acm_certificate_arn(self, input: impl Into<String>) -> Self
pub fn acm_certificate_arn(self, input: impl Into<String>) -> Self
The ARN of an issued ACM certificate that is valid for the domain being associated.
This field is required.sourcepub fn set_acm_certificate_arn(self, input: Option<String>) -> Self
pub fn set_acm_certificate_arn(self, input: Option<String>) -> Self
The ARN of an issued ACM certificate that is valid for the domain being associated.
sourcepub fn get_acm_certificate_arn(&self) -> &Option<String>
pub fn get_acm_certificate_arn(&self) -> &Option<String>
The ARN of an issued ACM certificate that is valid for the domain being associated.
sourcepub fn build(self) -> Result<AssociateDomainInput, BuildError>
pub fn build(self) -> Result<AssociateDomainInput, BuildError>
Consumes the builder and constructs a AssociateDomainInput.
source§impl AssociateDomainInputBuilder
impl AssociateDomainInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AssociateDomainOutput, SdkError<AssociateDomainError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AssociateDomainOutput, SdkError<AssociateDomainError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AssociateDomainInputBuilder
impl Clone for AssociateDomainInputBuilder
source§fn clone(&self) -> AssociateDomainInputBuilder
fn clone(&self) -> AssociateDomainInputBuilder
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 AssociateDomainInputBuilder
impl Debug for AssociateDomainInputBuilder
source§impl Default for AssociateDomainInputBuilder
impl Default for AssociateDomainInputBuilder
source§fn default() -> AssociateDomainInputBuilder
fn default() -> AssociateDomainInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateDomainInputBuilder
impl PartialEq for AssociateDomainInputBuilder
source§fn eq(&self, other: &AssociateDomainInputBuilder) -> bool
fn eq(&self, other: &AssociateDomainInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssociateDomainInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateDomainInputBuilder
impl Send for AssociateDomainInputBuilder
impl Sync for AssociateDomainInputBuilder
impl Unpin for AssociateDomainInputBuilder
impl UnwindSafe for AssociateDomainInputBuilder
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.