Struct aws_sdk_cloudfront::operation::get_distribution::builders::GetDistributionInputBuilder
source · #[non_exhaustive]pub struct GetDistributionInputBuilder { /* private fields */ }
Expand description
A builder for GetDistributionInput
.
Implementations§
source§impl GetDistributionInputBuilder
impl GetDistributionInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The distribution's ID. If the ID is empty, an empty distribution configuration is returned.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The distribution's ID. If the ID is empty, an empty distribution configuration is returned.
sourcepub fn build(self) -> Result<GetDistributionInput, BuildError>
pub fn build(self) -> Result<GetDistributionInput, BuildError>
Consumes the builder and constructs a GetDistributionInput
.
Trait Implementations§
source§impl Clone for GetDistributionInputBuilder
impl Clone for GetDistributionInputBuilder
source§fn clone(&self) -> GetDistributionInputBuilder
fn clone(&self) -> GetDistributionInputBuilder
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 GetDistributionInputBuilder
impl Debug for GetDistributionInputBuilder
source§impl Default for GetDistributionInputBuilder
impl Default for GetDistributionInputBuilder
source§fn default() -> GetDistributionInputBuilder
fn default() -> GetDistributionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDistributionInputBuilder> for GetDistributionInputBuilder
impl PartialEq<GetDistributionInputBuilder> for GetDistributionInputBuilder
source§fn eq(&self, other: &GetDistributionInputBuilder) -> bool
fn eq(&self, other: &GetDistributionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.