#[non_exhaustive]pub struct AddEndpointsInput { /* private fields */ }Implementations§
source§impl AddEndpointsInput
impl AddEndpointsInput
sourcepub fn endpoint_configurations(&self) -> Option<&[EndpointConfiguration]>
pub fn endpoint_configurations(&self) -> Option<&[EndpointConfiguration]>
The list of endpoint objects.
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.
source§impl AddEndpointsInput
impl AddEndpointsInput
sourcepub fn builder() -> AddEndpointsInputBuilder
pub fn builder() -> AddEndpointsInputBuilder
Creates a new builder-style object to manufacture AddEndpointsInput.
source§impl AddEndpointsInput
impl AddEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AddEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddEndpoints>
Trait Implementations§
source§impl Clone for AddEndpointsInput
impl Clone for AddEndpointsInput
source§fn clone(&self) -> AddEndpointsInput
fn clone(&self) -> AddEndpointsInput
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 AddEndpointsInput
impl Debug for AddEndpointsInput
source§impl PartialEq<AddEndpointsInput> for AddEndpointsInput
impl PartialEq<AddEndpointsInput> for AddEndpointsInput
source§fn eq(&self, other: &AddEndpointsInput) -> bool
fn eq(&self, other: &AddEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.