#[non_exhaustive]pub struct SearchSystemInstancesInput { /* private fields */ }Implementations§
source§impl SearchSystemInstancesInput
impl SearchSystemInstancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchSystemInstances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchSystemInstances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SearchSystemInstances>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchSystemInstancesInput.
source§impl SearchSystemInstancesInput
impl SearchSystemInstancesInput
sourcepub fn filters(&self) -> Option<&[SystemInstanceFilter]>
pub fn filters(&self) -> Option<&[SystemInstanceFilter]>
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in the response.
Trait Implementations§
source§impl Clone for SearchSystemInstancesInput
impl Clone for SearchSystemInstancesInput
source§fn clone(&self) -> SearchSystemInstancesInput
fn clone(&self) -> SearchSystemInstancesInput
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 SearchSystemInstancesInput
impl Debug for SearchSystemInstancesInput
source§impl PartialEq<SearchSystemInstancesInput> for SearchSystemInstancesInput
impl PartialEq<SearchSystemInstancesInput> for SearchSystemInstancesInput
source§fn eq(&self, other: &SearchSystemInstancesInput) -> bool
fn eq(&self, other: &SearchSystemInstancesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.