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