Struct aws_sdk_sesv2::operation::get_configuration_set::builders::GetConfigurationSetInputBuilder
source · #[non_exhaustive]pub struct GetConfigurationSetInputBuilder { /* private fields */ }Expand description
A builder for GetConfigurationSetInput.
Implementations§
source§impl GetConfigurationSetInputBuilder
impl GetConfigurationSetInputBuilder
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set.
sourcepub fn build(self) -> Result<GetConfigurationSetInput, BuildError>
pub fn build(self) -> Result<GetConfigurationSetInput, BuildError>
Consumes the builder and constructs a GetConfigurationSetInput.
Trait Implementations§
source§impl Clone for GetConfigurationSetInputBuilder
impl Clone for GetConfigurationSetInputBuilder
source§fn clone(&self) -> GetConfigurationSetInputBuilder
fn clone(&self) -> GetConfigurationSetInputBuilder
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 GetConfigurationSetInputBuilder
impl Default for GetConfigurationSetInputBuilder
source§fn default() -> GetConfigurationSetInputBuilder
fn default() -> GetConfigurationSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetConfigurationSetInputBuilder> for GetConfigurationSetInputBuilder
impl PartialEq<GetConfigurationSetInputBuilder> for GetConfigurationSetInputBuilder
source§fn eq(&self, other: &GetConfigurationSetInputBuilder) -> bool
fn eq(&self, other: &GetConfigurationSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.