Struct aws_sdk_globalaccelerator::input::ListCustomRoutingPortMappingsByDestinationInput
source · [−]#[non_exhaustive]pub struct ListCustomRoutingPortMappingsByDestinationInput { /* private fields */ }Implementations
sourceimpl ListCustomRoutingPortMappingsByDestinationInput
impl ListCustomRoutingPortMappingsByDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingPortMappingsByDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomRoutingPortMappingsByDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomRoutingPortMappingsByDestination>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomRoutingPortMappingsByDestinationInput.
sourceimpl ListCustomRoutingPortMappingsByDestinationInput
impl ListCustomRoutingPortMappingsByDestinationInput
sourcepub fn endpoint_id(&self) -> Option<&str>
pub fn endpoint_id(&self) -> Option<&str>
The ID for the virtual private cloud (VPC) subnet.
sourcepub fn destination_address(&self) -> Option<&str>
pub fn destination_address(&self) -> Option<&str>
The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.
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 ListCustomRoutingPortMappingsByDestinationInput
impl Clone for ListCustomRoutingPortMappingsByDestinationInput
sourcefn clone(&self) -> ListCustomRoutingPortMappingsByDestinationInput
fn clone(&self) -> ListCustomRoutingPortMappingsByDestinationInput
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<ListCustomRoutingPortMappingsByDestinationInput> for ListCustomRoutingPortMappingsByDestinationInput
impl PartialEq<ListCustomRoutingPortMappingsByDestinationInput> for ListCustomRoutingPortMappingsByDestinationInput
sourcefn eq(&self, other: &ListCustomRoutingPortMappingsByDestinationInput) -> bool
fn eq(&self, other: &ListCustomRoutingPortMappingsByDestinationInput) -> bool
impl StructuralPartialEq for ListCustomRoutingPortMappingsByDestinationInput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomRoutingPortMappingsByDestinationInput
impl Send for ListCustomRoutingPortMappingsByDestinationInput
impl Sync for ListCustomRoutingPortMappingsByDestinationInput
impl Unpin for ListCustomRoutingPortMappingsByDestinationInput
impl UnwindSafe for ListCustomRoutingPortMappingsByDestinationInput
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