#[non_exhaustive]pub struct ImportDecoderManifestInput { /* private fields */ }Implementations§
source§impl ImportDecoderManifestInput
impl ImportDecoderManifestInput
sourcepub fn network_file_definitions(&self) -> Option<&[NetworkFileDefinition]>
pub fn network_file_definitions(&self) -> Option<&[NetworkFileDefinition]>
The file to load into an Amazon Web Services account.
source§impl ImportDecoderManifestInput
impl ImportDecoderManifestInput
sourcepub fn builder() -> ImportDecoderManifestInputBuilder
pub fn builder() -> ImportDecoderManifestInputBuilder
Creates a new builder-style object to manufacture ImportDecoderManifestInput.
source§impl ImportDecoderManifestInput
impl ImportDecoderManifestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportDecoderManifest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ImportDecoderManifest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportDecoderManifest>
Trait Implementations§
source§impl Clone for ImportDecoderManifestInput
impl Clone for ImportDecoderManifestInput
source§fn clone(&self) -> ImportDecoderManifestInput
fn clone(&self) -> ImportDecoderManifestInput
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 ImportDecoderManifestInput
impl Debug for ImportDecoderManifestInput
source§impl PartialEq<ImportDecoderManifestInput> for ImportDecoderManifestInput
impl PartialEq<ImportDecoderManifestInput> for ImportDecoderManifestInput
source§fn eq(&self, other: &ImportDecoderManifestInput) -> bool
fn eq(&self, other: &ImportDecoderManifestInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImportDecoderManifestInput
Auto Trait Implementations§
impl RefUnwindSafe for ImportDecoderManifestInput
impl Send for ImportDecoderManifestInput
impl Sync for ImportDecoderManifestInput
impl Unpin for ImportDecoderManifestInput
impl UnwindSafe for ImportDecoderManifestInput
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