Struct aws_sdk_migrationhubrefactorspaces::operation::get_application::builders::GetApplicationOutputBuilder
source · #[non_exhaustive]pub struct GetApplicationOutputBuilder { /* private fields */ }
Expand description
A builder for GetApplicationOutput
.
Implementations§
source§impl GetApplicationOutputBuilder
impl GetApplicationOutputBuilder
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.
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.
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 the 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 the 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 the 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 unique identifier of the environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The unique identifier of the environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
The unique identifier of the environment.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the virtual private cloud (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: ApiGatewayProxyConfig) -> Self
pub fn api_gateway_proxy(self, input: ApiGatewayProxyConfig) -> Self
The endpoint URL of the API Gateway proxy.
sourcepub fn set_api_gateway_proxy(self, input: Option<ApiGatewayProxyConfig>) -> Self
pub fn set_api_gateway_proxy(self, input: Option<ApiGatewayProxyConfig>) -> Self
The endpoint URL of the API Gateway proxy.
sourcepub fn get_api_gateway_proxy(&self) -> &Option<ApiGatewayProxyConfig>
pub fn get_api_gateway_proxy(&self) -> &Option<ApiGatewayProxyConfig>
The endpoint URL of the API Gateway 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 error(self, input: ErrorResponse) -> Self
pub fn error(self, input: ErrorResponse) -> Self
Any error associated with the application resource.
sourcepub fn set_error(self, input: Option<ErrorResponse>) -> Self
pub fn set_error(self, input: Option<ErrorResponse>) -> Self
Any error associated with the application resource.
sourcepub fn get_error(&self) -> &Option<ErrorResponse>
pub fn get_error(&self) -> &Option<ErrorResponse>
Any error associated with the application resource.
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) -> GetApplicationOutput
pub fn build(self) -> GetApplicationOutput
Consumes the builder and constructs a GetApplicationOutput
.
Trait Implementations§
source§impl Clone for GetApplicationOutputBuilder
impl Clone for GetApplicationOutputBuilder
source§fn clone(&self) -> GetApplicationOutputBuilder
fn clone(&self) -> GetApplicationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetApplicationOutputBuilder
impl Debug for GetApplicationOutputBuilder
source§impl Default for GetApplicationOutputBuilder
impl Default for GetApplicationOutputBuilder
source§fn default() -> GetApplicationOutputBuilder
fn default() -> GetApplicationOutputBuilder
source§impl PartialEq for GetApplicationOutputBuilder
impl PartialEq for GetApplicationOutputBuilder
source§fn eq(&self, other: &GetApplicationOutputBuilder) -> bool
fn eq(&self, other: &GetApplicationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.