Struct aws_sdk_cloudsearch::types::ServiceEndpoint
source · #[non_exhaustive]pub struct ServiceEndpoint { /* private fields */ }Expand description
The endpoint to which service requests can be submitted.
Implementations§
source§impl ServiceEndpoint
impl ServiceEndpoint
sourcepub fn builder() -> ServiceEndpointBuilder
pub fn builder() -> ServiceEndpointBuilder
Creates a new builder-style object to manufacture ServiceEndpoint.
Trait Implementations§
source§impl Clone for ServiceEndpoint
impl Clone for ServiceEndpoint
source§fn clone(&self) -> ServiceEndpoint
fn clone(&self) -> ServiceEndpoint
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 ServiceEndpoint
impl Debug for ServiceEndpoint
source§impl PartialEq<ServiceEndpoint> for ServiceEndpoint
impl PartialEq<ServiceEndpoint> for ServiceEndpoint
source§fn eq(&self, other: &ServiceEndpoint) -> bool
fn eq(&self, other: &ServiceEndpoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.