Struct aws_sdk_appfabric::operation::update_app_authorization::builders::UpdateAppAuthorizationInputBuilder
source · #[non_exhaustive]pub struct UpdateAppAuthorizationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateAppAuthorizationInput
.
Implementations§
source§impl UpdateAppAuthorizationInputBuilder
impl UpdateAppAuthorizationInputBuilder
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
sourcepub fn credential(self, input: Credential) -> Self
pub fn credential(self, input: Credential) -> Self
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2
), then you should provide only the OAuth2 credentials.
sourcepub fn set_credential(self, input: Option<Credential>) -> Self
pub fn set_credential(self, input: Option<Credential>) -> Self
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2
), then you should provide only the OAuth2 credentials.
sourcepub fn get_credential(&self) -> &Option<Credential>
pub fn get_credential(&self) -> &Option<Credential>
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2
), then you should provide only the OAuth2 credentials.
sourcepub fn tenant(self, input: Tenant) -> Self
pub fn tenant(self, input: Tenant) -> Self
Contains information about an application tenant, such as the application display name and identifier.
sourcepub fn set_tenant(self, input: Option<Tenant>) -> Self
pub fn set_tenant(self, input: Option<Tenant>) -> Self
Contains information about an application tenant, such as the application display name and identifier.
sourcepub fn get_tenant(&self) -> &Option<Tenant>
pub fn get_tenant(&self) -> &Option<Tenant>
Contains information about an application tenant, such as the application display name and identifier.
sourcepub fn build(self) -> Result<UpdateAppAuthorizationInput, BuildError>
pub fn build(self) -> Result<UpdateAppAuthorizationInput, BuildError>
Consumes the builder and constructs a UpdateAppAuthorizationInput
.
source§impl UpdateAppAuthorizationInputBuilder
impl UpdateAppAuthorizationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateAppAuthorizationOutput, SdkError<UpdateAppAuthorizationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateAppAuthorizationOutput, SdkError<UpdateAppAuthorizationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateAppAuthorizationInputBuilder
impl Clone for UpdateAppAuthorizationInputBuilder
source§fn clone(&self) -> UpdateAppAuthorizationInputBuilder
fn clone(&self) -> UpdateAppAuthorizationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateAppAuthorizationInputBuilder
impl Default for UpdateAppAuthorizationInputBuilder
source§fn default() -> UpdateAppAuthorizationInputBuilder
fn default() -> UpdateAppAuthorizationInputBuilder
source§impl PartialEq<UpdateAppAuthorizationInputBuilder> for UpdateAppAuthorizationInputBuilder
impl PartialEq<UpdateAppAuthorizationInputBuilder> for UpdateAppAuthorizationInputBuilder
source§fn eq(&self, other: &UpdateAppAuthorizationInputBuilder) -> bool
fn eq(&self, other: &UpdateAppAuthorizationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.