Struct aws_sdk_datasync::operation::update_agent::UpdateAgentInput
source · #[non_exhaustive]pub struct UpdateAgentInput { /* private fields */ }
Expand description
UpdateAgentRequest
Implementations§
source§impl UpdateAgentInput
impl UpdateAgentInput
sourcepub fn builder() -> UpdateAgentInputBuilder
pub fn builder() -> UpdateAgentInputBuilder
Creates a new builder-style object to manufacture UpdateAgentInput
.
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
>
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 ==
.impl StructuralPartialEq for UpdateAgentInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAgentInput
impl Send for UpdateAgentInput
impl Sync for UpdateAgentInput
impl Unpin for UpdateAgentInput
impl UnwindSafe for UpdateAgentInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more