Struct aws_sdk_memorydb::model::ServiceUpdateRequest
source · #[non_exhaustive]pub struct ServiceUpdateRequest { /* private fields */ }
Expand description
A request to apply a service update
Implementations§
source§impl ServiceUpdateRequest
impl ServiceUpdateRequest
sourcepub fn service_update_name_to_apply(&self) -> Option<&str>
pub fn service_update_name_to_apply(&self) -> Option<&str>
The unique ID of the service update
source§impl ServiceUpdateRequest
impl ServiceUpdateRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceUpdateRequest
.
Trait Implementations§
source§impl Clone for ServiceUpdateRequest
impl Clone for ServiceUpdateRequest
source§fn clone(&self) -> ServiceUpdateRequest
fn clone(&self) -> ServiceUpdateRequest
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 ServiceUpdateRequest
impl Debug for ServiceUpdateRequest
source§impl PartialEq<ServiceUpdateRequest> for ServiceUpdateRequest
impl PartialEq<ServiceUpdateRequest> for ServiceUpdateRequest
source§fn eq(&self, other: &ServiceUpdateRequest) -> bool
fn eq(&self, other: &ServiceUpdateRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.