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