#[non_exhaustive]pub struct ListTestGridProjectsInput { /* private fields */ }Implementations§
source§impl ListTestGridProjectsInput
impl ListTestGridProjectsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridProjects, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridProjects, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTestGridProjects>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestGridProjectsInput.
source§impl ListTestGridProjectsInput
impl ListTestGridProjectsInput
sourcepub fn max_result(&self) -> Option<i32>
pub fn max_result(&self) -> Option<i32>
Return no more than this number of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
From a response, used to continue a paginated listing.
Trait Implementations§
source§impl Clone for ListTestGridProjectsInput
impl Clone for ListTestGridProjectsInput
source§fn clone(&self) -> ListTestGridProjectsInput
fn clone(&self) -> ListTestGridProjectsInput
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 ListTestGridProjectsInput
impl Debug for ListTestGridProjectsInput
source§impl PartialEq<ListTestGridProjectsInput> for ListTestGridProjectsInput
impl PartialEq<ListTestGridProjectsInput> for ListTestGridProjectsInput
source§fn eq(&self, other: &ListTestGridProjectsInput) -> bool
fn eq(&self, other: &ListTestGridProjectsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.