Struct aws_sdk_migrationhubrefactorspaces::operation::create_application::builders::CreateApplicationOutputBuilder
source · #[non_exhaustive]pub struct CreateApplicationOutputBuilder { /* private fields */ }
Expand description
A builder for CreateApplicationOutput
.
Implementations§
source§impl CreateApplicationOutputBuilder
impl CreateApplicationOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn owner_account_id(self, input: impl Into<String>) -> Self
pub fn owner_account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
sourcepub fn set_owner_account_id(self, input: Option<String>) -> Self
pub fn set_owner_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
sourcepub fn get_owner_account_id(&self) -> &Option<String>
pub fn get_owner_account_id(&self) -> &Option<String>
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
sourcepub fn created_by_account_id(self, input: impl Into<String>) -> Self
pub fn created_by_account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID of application creator.
sourcepub fn set_created_by_account_id(self, input: Option<String>) -> Self
pub fn set_created_by_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID of application creator.
sourcepub fn get_created_by_account_id(&self) -> &Option<String>
pub fn get_created_by_account_id(&self) -> &Option<String>
The Amazon Web Services account ID of application creator.
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The unique identifier of the application.
sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The unique identifier of the application.
sourcepub fn get_application_id(&self) -> &Option<String>
pub fn get_application_id(&self) -> &Option<String>
The unique identifier of the application.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The ID of the environment in which the application is created.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The ID of the environment in which the application is created.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
The ID of the environment in which the application is created.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the Amazon VPC.
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the Amazon VPC.
sourcepub fn proxy_type(self, input: ProxyType) -> Self
pub fn proxy_type(self, input: ProxyType) -> Self
The proxy type of the proxy created within the application.
sourcepub fn set_proxy_type(self, input: Option<ProxyType>) -> Self
pub fn set_proxy_type(self, input: Option<ProxyType>) -> Self
The proxy type of the proxy created within the application.
sourcepub fn get_proxy_type(&self) -> &Option<ProxyType>
pub fn get_proxy_type(&self) -> &Option<ProxyType>
The proxy type of the proxy created within the application.
sourcepub fn api_gateway_proxy(self, input: ApiGatewayProxyInput) -> Self
pub fn api_gateway_proxy(self, input: ApiGatewayProxyInput) -> Self
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
sourcepub fn set_api_gateway_proxy(self, input: Option<ApiGatewayProxyInput>) -> Self
pub fn set_api_gateway_proxy(self, input: Option<ApiGatewayProxyInput>) -> Self
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
sourcepub fn get_api_gateway_proxy(&self) -> &Option<ApiGatewayProxyInput>
pub fn get_api_gateway_proxy(&self) -> &Option<ApiGatewayProxyInput>
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
sourcepub fn state(self, input: ApplicationState) -> Self
pub fn state(self, input: ApplicationState) -> Self
The current state of the application.
sourcepub fn set_state(self, input: Option<ApplicationState>) -> Self
pub fn set_state(self, input: Option<ApplicationState>) -> Self
The current state of the application.
sourcepub fn get_state(&self) -> &Option<ApplicationState>
pub fn get_state(&self) -> &Option<ApplicationState>
The current state of the application.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
A timestamp that indicates when the application was last updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
A timestamp that indicates when the application was last updated.
sourcepub fn get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
A timestamp that indicates when the application was last updated.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
A timestamp that indicates when the application is created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
A timestamp that indicates when the application is created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
A timestamp that indicates when the application is created.
sourcepub fn build(self) -> CreateApplicationOutput
pub fn build(self) -> CreateApplicationOutput
Consumes the builder and constructs a CreateApplicationOutput
.
Trait Implementations§
source§impl Clone for CreateApplicationOutputBuilder
impl Clone for CreateApplicationOutputBuilder
source§fn clone(&self) -> CreateApplicationOutputBuilder
fn clone(&self) -> CreateApplicationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateApplicationOutputBuilder
impl Default for CreateApplicationOutputBuilder
source§fn default() -> CreateApplicationOutputBuilder
fn default() -> CreateApplicationOutputBuilder
source§impl PartialEq for CreateApplicationOutputBuilder
impl PartialEq for CreateApplicationOutputBuilder
source§fn eq(&self, other: &CreateApplicationOutputBuilder) -> bool
fn eq(&self, other: &CreateApplicationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.