#[non_exhaustive]pub struct ListCustomRoutingEndpointGroupsInput { /* private fields */ }Implementations
sourceimpl ListCustomRoutingEndpointGroupsInput
impl ListCustomRoutingEndpointGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingEndpointGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingEndpointGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomRoutingEndpointGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomRoutingEndpointGroupsInput.
sourceimpl ListCustomRoutingEndpointGroupsInput
impl ListCustomRoutingEndpointGroupsInput
sourcepub fn listener_arn(&self) -> Option<&str>
pub fn listener_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The number of endpoint group objects that you want to return with this call. The default value is 10.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. You receive this token from a previous call.
Trait Implementations
sourceimpl Clone for ListCustomRoutingEndpointGroupsInput
impl Clone for ListCustomRoutingEndpointGroupsInput
sourcefn clone(&self) -> ListCustomRoutingEndpointGroupsInput
fn clone(&self) -> ListCustomRoutingEndpointGroupsInput
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<ListCustomRoutingEndpointGroupsInput> for ListCustomRoutingEndpointGroupsInput
impl PartialEq<ListCustomRoutingEndpointGroupsInput> for ListCustomRoutingEndpointGroupsInput
sourcefn eq(&self, other: &ListCustomRoutingEndpointGroupsInput) -> bool
fn eq(&self, other: &ListCustomRoutingEndpointGroupsInput) -> bool
impl StructuralPartialEq for ListCustomRoutingEndpointGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomRoutingEndpointGroupsInput
impl Send for ListCustomRoutingEndpointGroupsInput
impl Sync for ListCustomRoutingEndpointGroupsInput
impl Unpin for ListCustomRoutingEndpointGroupsInput
impl UnwindSafe for ListCustomRoutingEndpointGroupsInput
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