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