#[non_exhaustive]pub struct ListApplicationDpuSizesInput { /* private fields */ }
Implementations§
source§impl ListApplicationDpuSizesInput
impl ListApplicationDpuSizesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListApplicationDPUSizes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListApplicationDPUSizes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListApplicationDPUSizes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationDpuSizesInput
.
source§impl ListApplicationDpuSizesInput
impl ListApplicationDpuSizesInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies the maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Trait Implementations§
source§impl Clone for ListApplicationDpuSizesInput
impl Clone for ListApplicationDpuSizesInput
source§fn clone(&self) -> ListApplicationDpuSizesInput
fn clone(&self) -> ListApplicationDpuSizesInput
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 ListApplicationDpuSizesInput
impl Debug for ListApplicationDpuSizesInput
source§impl PartialEq<ListApplicationDpuSizesInput> for ListApplicationDpuSizesInput
impl PartialEq<ListApplicationDpuSizesInput> for ListApplicationDpuSizesInput
source§fn eq(&self, other: &ListApplicationDpuSizesInput) -> bool
fn eq(&self, other: &ListApplicationDpuSizesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.