#[non_exhaustive]pub struct GetConfigurationSetInput { /* private fields */ }Expand description
A request to obtain information about a configuration set.
Implementations§
source§impl GetConfigurationSetInput
impl GetConfigurationSetInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set.
source§impl GetConfigurationSetInput
impl GetConfigurationSetInput
sourcepub fn builder() -> GetConfigurationSetInputBuilder
pub fn builder() -> GetConfigurationSetInputBuilder
Creates a new builder-style object to manufacture GetConfigurationSetInput.
source§impl GetConfigurationSetInput
impl GetConfigurationSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetConfigurationSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetConfigurationSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetConfigurationSet>
Trait Implementations§
source§impl Clone for GetConfigurationSetInput
impl Clone for GetConfigurationSetInput
source§fn clone(&self) -> GetConfigurationSetInput
fn clone(&self) -> GetConfigurationSetInput
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 GetConfigurationSetInput
impl Debug for GetConfigurationSetInput
source§impl PartialEq<GetConfigurationSetInput> for GetConfigurationSetInput
impl PartialEq<GetConfigurationSetInput> for GetConfigurationSetInput
source§fn eq(&self, other: &GetConfigurationSetInput) -> bool
fn eq(&self, other: &GetConfigurationSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.