Struct aws_sdk_appintegrations::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 set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace of the application.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The namespace of the application.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the application.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the application.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the application.
sourcepub fn application_source_config(self, input: ApplicationSourceConfig) -> Self
pub fn application_source_config(self, input: ApplicationSourceConfig) -> Self
The configuration for where the application should be loaded from.
sourcepub fn set_application_source_config(
self,
input: Option<ApplicationSourceConfig>
) -> Self
pub fn set_application_source_config( self, input: Option<ApplicationSourceConfig> ) -> Self
The configuration for where the application should be loaded from.
sourcepub fn get_application_source_config(&self) -> &Option<ApplicationSourceConfig>
pub fn get_application_source_config(&self) -> &Option<ApplicationSourceConfig>
The configuration for where the application should be loaded from.
sourcepub fn subscriptions(self, input: Subscription) -> Self
pub fn subscriptions(self, input: Subscription) -> Self
Appends an item to subscriptions
.
To override the contents of this collection use set_subscriptions
.
The events that the application subscribes.
sourcepub fn set_subscriptions(self, input: Option<Vec<Subscription>>) -> Self
pub fn set_subscriptions(self, input: Option<Vec<Subscription>>) -> Self
The events that the application subscribes.
sourcepub fn get_subscriptions(&self) -> &Option<Vec<Subscription>>
pub fn get_subscriptions(&self) -> &Option<Vec<Subscription>>
The events that the application subscribes.
sourcepub fn publications(self, input: Publication) -> Self
pub fn publications(self, input: Publication) -> Self
Appends an item to publications
.
To override the contents of this collection use set_publications
.
The events that the application publishes.
sourcepub fn set_publications(self, input: Option<Vec<Publication>>) -> Self
pub fn set_publications(self, input: Option<Vec<Publication>>) -> Self
The events that the application publishes.
sourcepub fn get_publications(&self) -> &Option<Vec<Publication>>
pub fn get_publications(&self) -> &Option<Vec<Publication>>
The events that the application publishes.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The created time of the Application.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The created time of the Application.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The created time of the Application.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time of the Application.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time of the Application.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The last modified time of the Application.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
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 ==
.