Struct aws_sdk_outposts::operation::delete_site::DeleteSiteInput
source · #[non_exhaustive]pub struct DeleteSiteInput { /* private fields */ }Implementations§
source§impl DeleteSiteInput
impl DeleteSiteInput
sourcepub fn builder() -> DeleteSiteInputBuilder
pub fn builder() -> DeleteSiteInputBuilder
Creates a new builder-style object to manufacture DeleteSiteInput.
source§impl DeleteSiteInput
impl DeleteSiteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSite, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteSite, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSite>
Trait Implementations§
source§impl Clone for DeleteSiteInput
impl Clone for DeleteSiteInput
source§fn clone(&self) -> DeleteSiteInput
fn clone(&self) -> DeleteSiteInput
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 DeleteSiteInput
impl Debug for DeleteSiteInput
source§impl PartialEq<DeleteSiteInput> for DeleteSiteInput
impl PartialEq<DeleteSiteInput> for DeleteSiteInput
source§fn eq(&self, other: &DeleteSiteInput) -> bool
fn eq(&self, other: &DeleteSiteInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.