#[non_exhaustive]pub struct ListCustomRoutingPortMappingsInput { /* private fields */ }Implementations
sourceimpl ListCustomRoutingPortMappingsInput
impl ListCustomRoutingPortMappingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingPortMappings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingPortMappings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomRoutingPortMappings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomRoutingPortMappingsInput.
sourceimpl ListCustomRoutingPortMappingsInput
impl ListCustomRoutingPortMappingsInput
sourcepub fn accelerator_arn(&self) -> Option<&str>
pub fn accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
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 to list the custom routing port mappings for.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The number of destination port mappings 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 ListCustomRoutingPortMappingsInput
impl Clone for ListCustomRoutingPortMappingsInput
sourcefn clone(&self) -> ListCustomRoutingPortMappingsInput
fn clone(&self) -> ListCustomRoutingPortMappingsInput
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<ListCustomRoutingPortMappingsInput> for ListCustomRoutingPortMappingsInput
impl PartialEq<ListCustomRoutingPortMappingsInput> for ListCustomRoutingPortMappingsInput
sourcefn eq(&self, other: &ListCustomRoutingPortMappingsInput) -> bool
fn eq(&self, other: &ListCustomRoutingPortMappingsInput) -> bool
impl StructuralPartialEq for ListCustomRoutingPortMappingsInput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomRoutingPortMappingsInput
impl Send for ListCustomRoutingPortMappingsInput
impl Sync for ListCustomRoutingPortMappingsInput
impl Unpin for ListCustomRoutingPortMappingsInput
impl UnwindSafe for ListCustomRoutingPortMappingsInput
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