Struct aws_sdk_honeycode::types::ImportJobSubmitter
source · #[non_exhaustive]pub struct ImportJobSubmitter { /* private fields */ }
Expand description
An object that contains the attributes of the submitter of the import job.
Implementations§
source§impl ImportJobSubmitter
impl ImportJobSubmitter
sourcepub fn builder() -> ImportJobSubmitterBuilder
pub fn builder() -> ImportJobSubmitterBuilder
Creates a new builder-style object to manufacture ImportJobSubmitter
.
Trait Implementations§
source§impl Clone for ImportJobSubmitter
impl Clone for ImportJobSubmitter
source§fn clone(&self) -> ImportJobSubmitter
fn clone(&self) -> ImportJobSubmitter
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 ImportJobSubmitter
impl Debug for ImportJobSubmitter
source§impl PartialEq<ImportJobSubmitter> for ImportJobSubmitter
impl PartialEq<ImportJobSubmitter> for ImportJobSubmitter
source§fn eq(&self, other: &ImportJobSubmitter) -> bool
fn eq(&self, other: &ImportJobSubmitter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.