Struct aws_sdk_globalaccelerator::operation::remove_endpoints::builders::RemoveEndpointsInputBuilder
source · #[non_exhaustive]pub struct RemoveEndpointsInputBuilder { /* private fields */ }
Expand description
A builder for RemoveEndpointsInput
.
Implementations§
source§impl RemoveEndpointsInputBuilder
impl RemoveEndpointsInputBuilder
sourcepub fn endpoint_identifiers(self, input: EndpointIdentifier) -> Self
pub fn endpoint_identifiers(self, input: EndpointIdentifier) -> Self
Appends an item to endpoint_identifiers
.
To override the contents of this collection use set_endpoint_identifiers
.
The identifiers of the endpoints that you want to remove.
sourcepub fn set_endpoint_identifiers(
self,
input: Option<Vec<EndpointIdentifier>>
) -> Self
pub fn set_endpoint_identifiers( self, input: Option<Vec<EndpointIdentifier>> ) -> Self
The identifiers of the endpoints that you want to remove.
sourcepub fn get_endpoint_identifiers(&self) -> &Option<Vec<EndpointIdentifier>>
pub fn get_endpoint_identifiers(&self) -> &Option<Vec<EndpointIdentifier>>
The identifiers of the endpoints that you want to remove.
sourcepub fn endpoint_group_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint group.
This field is required.sourcepub fn set_endpoint_group_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint group.
sourcepub fn get_endpoint_group_arn(&self) -> &Option<String>
pub fn get_endpoint_group_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the endpoint group.
sourcepub fn build(self) -> Result<RemoveEndpointsInput, BuildError>
pub fn build(self) -> Result<RemoveEndpointsInput, BuildError>
Consumes the builder and constructs a RemoveEndpointsInput
.
source§impl RemoveEndpointsInputBuilder
impl RemoveEndpointsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<RemoveEndpointsOutput, SdkError<RemoveEndpointsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<RemoveEndpointsOutput, SdkError<RemoveEndpointsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for RemoveEndpointsInputBuilder
impl Clone for RemoveEndpointsInputBuilder
source§fn clone(&self) -> RemoveEndpointsInputBuilder
fn clone(&self) -> RemoveEndpointsInputBuilder
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 RemoveEndpointsInputBuilder
impl Debug for RemoveEndpointsInputBuilder
source§impl Default for RemoveEndpointsInputBuilder
impl Default for RemoveEndpointsInputBuilder
source§fn default() -> RemoveEndpointsInputBuilder
fn default() -> RemoveEndpointsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoveEndpointsInputBuilder
impl PartialEq for RemoveEndpointsInputBuilder
source§fn eq(&self, other: &RemoveEndpointsInputBuilder) -> bool
fn eq(&self, other: &RemoveEndpointsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RemoveEndpointsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RemoveEndpointsInputBuilder
impl Send for RemoveEndpointsInputBuilder
impl Sync for RemoveEndpointsInputBuilder
impl Unpin for RemoveEndpointsInputBuilder
impl UnwindSafe for RemoveEndpointsInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.