Struct aws_sdk_globalaccelerator::operation::add_custom_routing_endpoints::AddCustomRoutingEndpointsInput
source · #[non_exhaustive]pub struct AddCustomRoutingEndpointsInput { /* private fields */ }Implementations§
source§impl 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.
source§impl AddCustomRoutingEndpointsInput
impl AddCustomRoutingEndpointsInput
sourcepub fn builder() -> AddCustomRoutingEndpointsInputBuilder
pub fn builder() -> AddCustomRoutingEndpointsInputBuilder
Creates a new builder-style object to manufacture AddCustomRoutingEndpointsInput.
source§impl 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>
Trait Implementations§
source§impl Clone for AddCustomRoutingEndpointsInput
impl Clone for AddCustomRoutingEndpointsInput
source§fn clone(&self) -> AddCustomRoutingEndpointsInput
fn clone(&self) -> AddCustomRoutingEndpointsInput
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 PartialEq<AddCustomRoutingEndpointsInput> for AddCustomRoutingEndpointsInput
impl PartialEq<AddCustomRoutingEndpointsInput> for AddCustomRoutingEndpointsInput
source§fn eq(&self, other: &AddCustomRoutingEndpointsInput) -> bool
fn eq(&self, other: &AddCustomRoutingEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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