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