#[non_exhaustive]pub struct UpdateEndpointInput { /* private fields */ }
Implementations§
source§impl UpdateEndpointInput
impl UpdateEndpointInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the endpoint.
sourcepub fn routing_config(&self) -> Option<&RoutingConfig>
pub fn routing_config(&self) -> Option<&RoutingConfig>
Configure the routing policy, including the health check and secondary Region.
sourcepub fn replication_config(&self) -> Option<&ReplicationConfig>
pub fn replication_config(&self) -> Option<&ReplicationConfig>
Whether event replication was enabled or disabled by this request.
sourcepub fn event_buses(&self) -> Option<&[EndpointEventBus]>
pub fn event_buses(&self) -> Option<&[EndpointEventBus]>
Define event buses used for replication.
source§impl UpdateEndpointInput
impl UpdateEndpointInput
sourcepub fn builder() -> UpdateEndpointInputBuilder
pub fn builder() -> UpdateEndpointInputBuilder
Creates a new builder-style object to manufacture UpdateEndpointInput
.
source§impl UpdateEndpointInput
impl UpdateEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEndpoint
>
Trait Implementations§
source§impl Clone for UpdateEndpointInput
impl Clone for UpdateEndpointInput
source§fn clone(&self) -> UpdateEndpointInput
fn clone(&self) -> UpdateEndpointInput
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 UpdateEndpointInput
impl Debug for UpdateEndpointInput
source§impl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
impl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
source§fn eq(&self, other: &UpdateEndpointInput) -> bool
fn eq(&self, other: &UpdateEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateEndpointInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateEndpointInput
impl Send for UpdateEndpointInput
impl Sync for UpdateEndpointInput
impl Unpin for UpdateEndpointInput
impl UnwindSafe for UpdateEndpointInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more