#[non_exhaustive]pub struct AddCustomRoutingEndpointsInput { /* private fields */ }Implementations
sourceimpl AddCustomRoutingEndpointsInput
impl AddCustomRoutingEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCustomRoutingEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCustomRoutingEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddCustomRoutingEndpoints>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddCustomRoutingEndpointsInput.
sourceimpl AddCustomRoutingEndpointsInput
impl AddCustomRoutingEndpointsInput
sourcepub fn endpoint_configurations(
&self
) -> Option<&[CustomRoutingEndpointConfiguration]>
pub fn endpoint_configurations(
&self
) -> Option<&[CustomRoutingEndpointConfiguration]>
The list of endpoint objects to add to a custom routing accelerator.
sourcepub fn endpoint_group_arn(&self) -> Option<&str>
pub fn endpoint_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
Trait Implementations
sourceimpl Clone for AddCustomRoutingEndpointsInput
impl Clone for AddCustomRoutingEndpointsInput
sourcefn clone(&self) -> AddCustomRoutingEndpointsInput
fn clone(&self) -> AddCustomRoutingEndpointsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AddCustomRoutingEndpointsInput> for AddCustomRoutingEndpointsInput
impl PartialEq<AddCustomRoutingEndpointsInput> for AddCustomRoutingEndpointsInput
sourcefn eq(&self, other: &AddCustomRoutingEndpointsInput) -> bool
fn eq(&self, other: &AddCustomRoutingEndpointsInput) -> bool
impl StructuralPartialEq for AddCustomRoutingEndpointsInput
Auto Trait Implementations
impl RefUnwindSafe for AddCustomRoutingEndpointsInput
impl Send for AddCustomRoutingEndpointsInput
impl Sync for AddCustomRoutingEndpointsInput
impl Unpin for AddCustomRoutingEndpointsInput
impl UnwindSafe for AddCustomRoutingEndpointsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more