Struct aws_sdk_appfabric::operation::connect_app_authorization::builders::ConnectAppAuthorizationInputBuilder
source · #[non_exhaustive]pub struct ConnectAppAuthorizationInputBuilder { /* private fields */ }
Expand description
A builder for ConnectAppAuthorizationInput
.
Implementations§
source§impl ConnectAppAuthorizationInputBuilder
impl ConnectAppAuthorizationInputBuilder
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 that contains the app authorization 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 that contains the app authorization 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 that contains 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.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
sourcepub fn auth_request(self, input: AuthRequest) -> Self
pub fn auth_request(self, input: AuthRequest) -> Self
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (oauth2
) authorization type.
sourcepub fn set_auth_request(self, input: Option<AuthRequest>) -> Self
pub fn set_auth_request(self, input: Option<AuthRequest>) -> Self
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (oauth2
) authorization type.
sourcepub fn get_auth_request(&self) -> &Option<AuthRequest>
pub fn get_auth_request(&self) -> &Option<AuthRequest>
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (oauth2
) authorization type.
sourcepub fn build(self) -> Result<ConnectAppAuthorizationInput, BuildError>
pub fn build(self) -> Result<ConnectAppAuthorizationInput, BuildError>
Consumes the builder and constructs a ConnectAppAuthorizationInput
.
source§impl ConnectAppAuthorizationInputBuilder
impl ConnectAppAuthorizationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ConnectAppAuthorizationOutput, SdkError<ConnectAppAuthorizationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ConnectAppAuthorizationOutput, SdkError<ConnectAppAuthorizationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ConnectAppAuthorizationInputBuilder
impl Clone for ConnectAppAuthorizationInputBuilder
source§fn clone(&self) -> ConnectAppAuthorizationInputBuilder
fn clone(&self) -> ConnectAppAuthorizationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ConnectAppAuthorizationInputBuilder
impl Default for ConnectAppAuthorizationInputBuilder
source§fn default() -> ConnectAppAuthorizationInputBuilder
fn default() -> ConnectAppAuthorizationInputBuilder
source§impl PartialEq<ConnectAppAuthorizationInputBuilder> for ConnectAppAuthorizationInputBuilder
impl PartialEq<ConnectAppAuthorizationInputBuilder> for ConnectAppAuthorizationInputBuilder
source§fn eq(&self, other: &ConnectAppAuthorizationInputBuilder) -> bool
fn eq(&self, other: &ConnectAppAuthorizationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.