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