Struct aws_sdk_emr::input::ListReleaseLabelsInput
source · [−]#[non_exhaustive]pub struct ListReleaseLabelsInput { /* private fields */ }Implementations
sourceimpl ListReleaseLabelsInput
impl ListReleaseLabelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListReleaseLabels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListReleaseLabels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListReleaseLabels>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListReleaseLabelsInput.
sourceimpl ListReleaseLabelsInput
impl ListReleaseLabelsInput
sourcepub fn filters(&self) -> Option<&ReleaseLabelFilter>
pub fn filters(&self) -> Option<&ReleaseLabelFilter>
Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Defines the maximum number of release labels to return in a single response. The default is 100.
Trait Implementations
sourceimpl Clone for ListReleaseLabelsInput
impl Clone for ListReleaseLabelsInput
sourcefn clone(&self) -> ListReleaseLabelsInput
fn clone(&self) -> ListReleaseLabelsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more