#[non_exhaustive]pub struct ListDecoderManifestNetworkInterfacesInput { /* private fields */ }
Implementations§
source§impl ListDecoderManifestNetworkInterfacesInput
impl ListDecoderManifestNetworkInterfacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDecoderManifestNetworkInterfaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDecoderManifestNetworkInterfaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDecoderManifestNetworkInterfaces
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDecoderManifestNetworkInterfacesInput
.
source§impl ListDecoderManifestNetworkInterfacesInput
impl ListDecoderManifestNetworkInterfacesInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the decoder manifest to list information about.
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.
Trait Implementations§
source§impl Clone for ListDecoderManifestNetworkInterfacesInput
impl Clone for ListDecoderManifestNetworkInterfacesInput
source§fn clone(&self) -> ListDecoderManifestNetworkInterfacesInput
fn clone(&self) -> ListDecoderManifestNetworkInterfacesInput
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 PartialEq<ListDecoderManifestNetworkInterfacesInput> for ListDecoderManifestNetworkInterfacesInput
impl PartialEq<ListDecoderManifestNetworkInterfacesInput> for ListDecoderManifestNetworkInterfacesInput
source§fn eq(&self, other: &ListDecoderManifestNetworkInterfacesInput) -> bool
fn eq(&self, other: &ListDecoderManifestNetworkInterfacesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.