#[non_exhaustive]pub struct ListPlatformVersionsInput { /* private fields */ }
Implementations§
source§impl ListPlatformVersionsInput
impl ListPlatformVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPlatformVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPlatformVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPlatformVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPlatformVersionsInput
.
source§impl ListPlatformVersionsInput
impl ListPlatformVersionsInput
sourcepub fn filters(&self) -> Option<&[PlatformFilter]>
pub fn filters(&self) -> Option<&[PlatformFilter]>
Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter
terms.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of platform version values returned in one call.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
Trait Implementations§
source§impl Clone for ListPlatformVersionsInput
impl Clone for ListPlatformVersionsInput
source§fn clone(&self) -> ListPlatformVersionsInput
fn clone(&self) -> ListPlatformVersionsInput
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 ListPlatformVersionsInput
impl Debug for ListPlatformVersionsInput
source§impl PartialEq<ListPlatformVersionsInput> for ListPlatformVersionsInput
impl PartialEq<ListPlatformVersionsInput> for ListPlatformVersionsInput
source§fn eq(&self, other: &ListPlatformVersionsInput) -> bool
fn eq(&self, other: &ListPlatformVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.