Struct aws_sdk_mobile::input::ExportProjectInput
source · #[non_exhaustive]pub struct ExportProjectInput { /* private fields */ }
Expand description
Request structure used in requests to export project configuration details.
Implementations§
source§impl ExportProjectInput
impl ExportProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ExportProject
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportProjectInput
.
source§impl ExportProjectInput
impl ExportProjectInput
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
Unique project identifier.
Trait Implementations§
source§impl Clone for ExportProjectInput
impl Clone for ExportProjectInput
source§fn clone(&self) -> ExportProjectInput
fn clone(&self) -> ExportProjectInput
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 ExportProjectInput
impl Debug for ExportProjectInput
source§impl PartialEq<ExportProjectInput> for ExportProjectInput
impl PartialEq<ExportProjectInput> for ExportProjectInput
source§fn eq(&self, other: &ExportProjectInput) -> bool
fn eq(&self, other: &ExportProjectInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.