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.
This field is required.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.
This field is required.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 for ConnectAppAuthorizationInputBuilder
 
impl PartialEq 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 ==.impl StructuralPartialEq for ConnectAppAuthorizationInputBuilder
Auto Trait Implementations§
impl Freeze for ConnectAppAuthorizationInputBuilder
impl RefUnwindSafe for ConnectAppAuthorizationInputBuilder
impl Send for ConnectAppAuthorizationInputBuilder
impl Sync for ConnectAppAuthorizationInputBuilder
impl Unpin for ConnectAppAuthorizationInputBuilder
impl UnwindSafe for ConnectAppAuthorizationInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more