Struct aws_sdk_m2::input::CreateApplicationInput
source · [−]#[non_exhaustive]pub struct CreateApplicationInput { /* private fields */ }Implementations
sourceimpl CreateApplicationInput
impl CreateApplicationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateApplication>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateApplicationInput.
sourceimpl CreateApplicationInput
impl CreateApplicationInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the application.
sourcepub fn engine_type(&self) -> Option<&EngineType>
pub fn engine_type(&self) -> Option<&EngineType>
The type of the target platform for this application.
sourcepub fn definition(&self) -> Option<&Definition>
pub fn definition(&self) -> Option<&Definition>
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
A list of tags to apply to the application.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier the service generates to ensure the idempotency of the request to create an application. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
Trait Implementations
sourceimpl Clone for CreateApplicationInput
impl Clone for CreateApplicationInput
sourcefn clone(&self) -> CreateApplicationInput
fn clone(&self) -> CreateApplicationInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more