#[non_exhaustive]pub struct CreateConfigurationSetOutput { /* private fields */ }Expand description
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Implementations§
source§impl CreateConfigurationSetOutput
impl CreateConfigurationSetOutput
sourcepub fn builder() -> CreateConfigurationSetOutputBuilder
pub fn builder() -> CreateConfigurationSetOutputBuilder
Creates a new builder-style object to manufacture CreateConfigurationSetOutput.
Trait Implementations§
source§impl Clone for CreateConfigurationSetOutput
impl Clone for CreateConfigurationSetOutput
source§fn clone(&self) -> CreateConfigurationSetOutput
fn clone(&self) -> CreateConfigurationSetOutput
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 CreateConfigurationSetOutput
impl Debug for CreateConfigurationSetOutput
source§impl PartialEq<CreateConfigurationSetOutput> for CreateConfigurationSetOutput
impl PartialEq<CreateConfigurationSetOutput> for CreateConfigurationSetOutput
source§fn eq(&self, other: &CreateConfigurationSetOutput) -> bool
fn eq(&self, other: &CreateConfigurationSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateConfigurationSetOutput
impl RequestId for CreateConfigurationSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.