Struct aws_sdk_acm::input::PutAccountConfigurationInput
source · #[non_exhaustive]pub struct PutAccountConfigurationInput { /* private fields */ }
Implementations§
source§impl PutAccountConfigurationInput
impl PutAccountConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutAccountConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAccountConfigurationInput
.
source§impl PutAccountConfigurationInput
impl PutAccountConfigurationInput
sourcepub fn expiry_events(&self) -> Option<&ExpiryEventsConfiguration>
pub fn expiry_events(&self) -> Option<&ExpiryEventsConfiguration>
Specifies expiration events associated with an account.
sourcepub fn idempotency_token(&self) -> Option<&str>
pub fn idempotency_token(&self) -> Option<&str>
Customer-chosen string used to distinguish between calls to PutAccountConfiguration
. Idempotency tokens time out after one hour. If you call PutAccountConfiguration
multiple times with the same unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the idempotency token for each call, ACM treats each call as a new request.
Trait Implementations§
source§impl Clone for PutAccountConfigurationInput
impl Clone for PutAccountConfigurationInput
source§fn clone(&self) -> PutAccountConfigurationInput
fn clone(&self) -> PutAccountConfigurationInput
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 PutAccountConfigurationInput
impl Debug for PutAccountConfigurationInput
source§impl PartialEq<PutAccountConfigurationInput> for PutAccountConfigurationInput
impl PartialEq<PutAccountConfigurationInput> for PutAccountConfigurationInput
source§fn eq(&self, other: &PutAccountConfigurationInput) -> bool
fn eq(&self, other: &PutAccountConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.