#[non_exhaustive]pub struct ExportProjectOutputBuilder { /* private fields */ }
Expand description
A builder for ExportProjectOutput
.
Implementations§
source§impl ExportProjectOutputBuilder
impl ExportProjectOutputBuilder
sourcepub fn download_url(self, input: impl Into<String>) -> Self
pub fn download_url(self, input: impl Into<String>) -> Self
URL which can be used to download the exported project configuation file(s).
sourcepub fn set_download_url(self, input: Option<String>) -> Self
pub fn set_download_url(self, input: Option<String>) -> Self
URL which can be used to download the exported project configuation file(s).
sourcepub fn get_download_url(&self) -> &Option<String>
pub fn get_download_url(&self) -> &Option<String>
URL which can be used to download the exported project configuation file(s).
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
sourcepub fn snapshot_id(self, input: impl Into<String>) -> Self
pub fn snapshot_id(self, input: impl Into<String>) -> Self
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
sourcepub fn set_snapshot_id(self, input: Option<String>) -> Self
pub fn set_snapshot_id(self, input: Option<String>) -> Self
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
sourcepub fn get_snapshot_id(&self) -> &Option<String>
pub fn get_snapshot_id(&self) -> &Option<String>
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
sourcepub fn build(self) -> ExportProjectOutput
pub fn build(self) -> ExportProjectOutput
Consumes the builder and constructs a ExportProjectOutput
.
Trait Implementations§
source§impl Clone for ExportProjectOutputBuilder
impl Clone for ExportProjectOutputBuilder
source§fn clone(&self) -> ExportProjectOutputBuilder
fn clone(&self) -> ExportProjectOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ExportProjectOutputBuilder
impl Debug for ExportProjectOutputBuilder
source§impl Default for ExportProjectOutputBuilder
impl Default for ExportProjectOutputBuilder
source§fn default() -> ExportProjectOutputBuilder
fn default() -> ExportProjectOutputBuilder
source§impl PartialEq for ExportProjectOutputBuilder
impl PartialEq for ExportProjectOutputBuilder
source§fn eq(&self, other: &ExportProjectOutputBuilder) -> bool
fn eq(&self, other: &ExportProjectOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.