Struct aws_sdk_iotfleetwise::operation::list_model_manifest_nodes::ListModelManifestNodesInput
source · #[non_exhaustive]pub struct ListModelManifestNodesInput { /* private fields */ }Implementations§
source§impl ListModelManifestNodesInput
impl ListModelManifestNodesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return, between 1 and 100, inclusive.
source§impl ListModelManifestNodesInput
impl ListModelManifestNodesInput
sourcepub fn builder() -> ListModelManifestNodesInputBuilder
pub fn builder() -> ListModelManifestNodesInputBuilder
Creates a new builder-style object to manufacture ListModelManifestNodesInput.
source§impl ListModelManifestNodesInput
impl ListModelManifestNodesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListModelManifestNodes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListModelManifestNodes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListModelManifestNodes>
Trait Implementations§
source§impl Clone for ListModelManifestNodesInput
impl Clone for ListModelManifestNodesInput
source§fn clone(&self) -> ListModelManifestNodesInput
fn clone(&self) -> ListModelManifestNodesInput
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 ListModelManifestNodesInput
impl Debug for ListModelManifestNodesInput
source§impl PartialEq<ListModelManifestNodesInput> for ListModelManifestNodesInput
impl PartialEq<ListModelManifestNodesInput> for ListModelManifestNodesInput
source§fn eq(&self, other: &ListModelManifestNodesInput) -> bool
fn eq(&self, other: &ListModelManifestNodesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListModelManifestNodesInput
Auto Trait Implementations§
impl RefUnwindSafe for ListModelManifestNodesInput
impl Send for ListModelManifestNodesInput
impl Sync for ListModelManifestNodesInput
impl Unpin for ListModelManifestNodesInput
impl UnwindSafe for ListModelManifestNodesInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more