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