Struct aws_sdk_appfabric::operation::get_app_authorization::builders::GetAppAuthorizationInputBuilder
source · #[non_exhaustive]pub struct GetAppAuthorizationInputBuilder { /* private fields */ }
Expand description
A builder for GetAppAuthorizationInput
.
Implementations§
source§impl GetAppAuthorizationInputBuilder
impl GetAppAuthorizationInputBuilder
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 build(self) -> Result<GetAppAuthorizationInput, BuildError>
pub fn build(self) -> Result<GetAppAuthorizationInput, BuildError>
Consumes the builder and constructs a GetAppAuthorizationInput
.
source§impl GetAppAuthorizationInputBuilder
impl GetAppAuthorizationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetAppAuthorizationOutput, SdkError<GetAppAuthorizationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetAppAuthorizationOutput, SdkError<GetAppAuthorizationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetAppAuthorizationInputBuilder
impl Clone for GetAppAuthorizationInputBuilder
source§fn clone(&self) -> GetAppAuthorizationInputBuilder
fn clone(&self) -> GetAppAuthorizationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetAppAuthorizationInputBuilder
impl Default for GetAppAuthorizationInputBuilder
source§fn default() -> GetAppAuthorizationInputBuilder
fn default() -> GetAppAuthorizationInputBuilder
source§impl PartialEq<GetAppAuthorizationInputBuilder> for GetAppAuthorizationInputBuilder
impl PartialEq<GetAppAuthorizationInputBuilder> for GetAppAuthorizationInputBuilder
source§fn eq(&self, other: &GetAppAuthorizationInputBuilder) -> bool
fn eq(&self, other: &GetAppAuthorizationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.