#[non_exhaustive]pub struct CreateCustomRoutingEndpointGroupInput { /* private fields */ }Implementations
sourceimpl CreateCustomRoutingEndpointGroupInput
impl CreateCustomRoutingEndpointGroupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCustomRoutingEndpointGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomRoutingEndpointGroupInput.
sourceimpl CreateCustomRoutingEndpointGroupInput
impl CreateCustomRoutingEndpointGroupInput
sourcepub fn listener_arn(&self) -> Option<&str>
pub fn listener_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
sourcepub fn endpoint_group_region(&self) -> Option<&str>
pub fn endpoint_group_region(&self) -> Option<&str>
The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
sourcepub fn destination_configurations(
&self
) -> Option<&[CustomRoutingDestinationConfiguration]>
pub fn destination_configurations(
&self
) -> Option<&[CustomRoutingDestinationConfiguration]>
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
sourcepub fn idempotency_token(&self) -> Option<&str>
pub fn idempotency_token(&self) -> Option<&str>
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
Trait Implementations
sourceimpl Clone for CreateCustomRoutingEndpointGroupInput
impl Clone for CreateCustomRoutingEndpointGroupInput
sourcefn clone(&self) -> CreateCustomRoutingEndpointGroupInput
fn clone(&self) -> CreateCustomRoutingEndpointGroupInput
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<CreateCustomRoutingEndpointGroupInput> for CreateCustomRoutingEndpointGroupInput
impl PartialEq<CreateCustomRoutingEndpointGroupInput> for CreateCustomRoutingEndpointGroupInput
sourcefn eq(&self, other: &CreateCustomRoutingEndpointGroupInput) -> bool
fn eq(&self, other: &CreateCustomRoutingEndpointGroupInput) -> bool
impl StructuralPartialEq for CreateCustomRoutingEndpointGroupInput
Auto Trait Implementations
impl RefUnwindSafe for CreateCustomRoutingEndpointGroupInput
impl Send for CreateCustomRoutingEndpointGroupInput
impl Sync for CreateCustomRoutingEndpointGroupInput
impl Unpin for CreateCustomRoutingEndpointGroupInput
impl UnwindSafe for CreateCustomRoutingEndpointGroupInput
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