#[non_exhaustive]pub struct GetHostInputBuilder { /* private fields */ }
Expand description
A builder for GetHostInput
.
Implementations§
source§impl GetHostInputBuilder
impl GetHostInputBuilder
sourcepub fn host_arn(self, input: impl Into<String>) -> Self
pub fn host_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the requested host.
sourcepub fn set_host_arn(self, input: Option<String>) -> Self
pub fn set_host_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the requested host.
sourcepub fn build(self) -> Result<GetHostInput, BuildError>
pub fn build(self) -> Result<GetHostInput, BuildError>
Consumes the builder and constructs a GetHostInput
.
Trait Implementations§
source§impl Clone for GetHostInputBuilder
impl Clone for GetHostInputBuilder
source§fn clone(&self) -> GetHostInputBuilder
fn clone(&self) -> GetHostInputBuilder
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 GetHostInputBuilder
impl Debug for GetHostInputBuilder
source§impl Default for GetHostInputBuilder
impl Default for GetHostInputBuilder
source§fn default() -> GetHostInputBuilder
fn default() -> GetHostInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetHostInputBuilder> for GetHostInputBuilder
impl PartialEq<GetHostInputBuilder> for GetHostInputBuilder
source§fn eq(&self, other: &GetHostInputBuilder) -> bool
fn eq(&self, other: &GetHostInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.