pub struct ExportBundleFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ExportBundle
.
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
Implementations§
source§impl ExportBundleFluentBuilder
impl ExportBundleFluentBuilder
sourcepub fn as_input(&self) -> &ExportBundleInputBuilder
pub fn as_input(&self) -> &ExportBundleInputBuilder
Access the ExportBundle as a reference.
sourcepub async fn send(
self
) -> Result<ExportBundleOutput, SdkError<ExportBundleError, HttpResponse>>
pub async fn send( self ) -> Result<ExportBundleOutput, SdkError<ExportBundleError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<ExportBundleOutput, ExportBundleError, Self>
pub fn customize( self ) -> CustomizableOperation<ExportBundleOutput, ExportBundleError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_bundle_id(self, input: Option<String>) -> Self
pub fn set_bundle_id(self, input: Option<String>) -> Self
Unique bundle identifier.
sourcepub fn get_bundle_id(&self) -> &Option<String>
pub fn get_bundle_id(&self) -> &Option<String>
Unique bundle identifier.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
Unique project identifier.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
Unique project identifier.
sourcepub fn get_project_id(&self) -> &Option<String>
pub fn get_project_id(&self) -> &Option<String>
Unique project identifier.
sourcepub fn platform(self, input: Platform) -> Self
pub fn platform(self, input: Platform) -> Self
Developer desktop or target application platform.
sourcepub fn set_platform(self, input: Option<Platform>) -> Self
pub fn set_platform(self, input: Option<Platform>) -> Self
Developer desktop or target application platform.
sourcepub fn get_platform(&self) -> &Option<Platform>
pub fn get_platform(&self) -> &Option<Platform>
Developer desktop or target application platform.
Trait Implementations§
source§impl Clone for ExportBundleFluentBuilder
impl Clone for ExportBundleFluentBuilder
source§fn clone(&self) -> ExportBundleFluentBuilder
fn clone(&self) -> ExportBundleFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more