Struct aws_sdk_ssoadmin::operation::put_application_access_scope::builders::PutApplicationAccessScopeInputBuilder    
source · #[non_exhaustive]pub struct PutApplicationAccessScopeInputBuilder { /* private fields */ }Expand description
A builder for PutApplicationAccessScopeInput.
Implementations§
source§impl PutApplicationAccessScopeInputBuilder
 
impl PutApplicationAccessScopeInputBuilder
sourcepub fn scope(self, input: impl Into<String>) -> Self
 
pub fn scope(self, input: impl Into<String>) -> Self
Specifies the name of the access scope to be associated with the specified targets.
This field is required.sourcepub fn set_scope(self, input: Option<String>) -> Self
 
pub fn set_scope(self, input: Option<String>) -> Self
Specifies the name of the access scope to be associated with the specified targets.
sourcepub fn get_scope(&self) -> &Option<String>
 
pub fn get_scope(&self) -> &Option<String>
Specifies the name of the access scope to be associated with the specified targets.
Appends an item to authorized_targets.
To override the contents of this collection use set_authorized_targets.
Specifies an array list of ARNs that represent the authorized targets for this access scope.
Specifies an array list of ARNs that represent the authorized targets for this access scope.
Specifies an array list of ARNs that represent the authorized targets for this access scope.
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
 
pub fn application_arn(self, input: impl Into<String>) -> Self
Specifies the ARN of the application with the access scope with the targets to add or update.
This field is required.sourcepub fn set_application_arn(self, input: Option<String>) -> Self
 
pub fn set_application_arn(self, input: Option<String>) -> Self
Specifies the ARN of the application with the access scope with the targets to add or update.
sourcepub fn get_application_arn(&self) -> &Option<String>
 
pub fn get_application_arn(&self) -> &Option<String>
Specifies the ARN of the application with the access scope with the targets to add or update.
sourcepub fn build(self) -> Result<PutApplicationAccessScopeInput, BuildError>
 
pub fn build(self) -> Result<PutApplicationAccessScopeInput, BuildError>
Consumes the builder and constructs a PutApplicationAccessScopeInput.
source§impl PutApplicationAccessScopeInputBuilder
 
impl PutApplicationAccessScopeInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client,
) -> Result<PutApplicationAccessScopeOutput, SdkError<PutApplicationAccessScopeError, HttpResponse>>
 
pub async fn send_with( self, client: &Client, ) -> Result<PutApplicationAccessScopeOutput, SdkError<PutApplicationAccessScopeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutApplicationAccessScopeInputBuilder
 
impl Clone for PutApplicationAccessScopeInputBuilder
source§fn clone(&self) -> PutApplicationAccessScopeInputBuilder
 
fn clone(&self) -> PutApplicationAccessScopeInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PutApplicationAccessScopeInputBuilder
 
impl Default for PutApplicationAccessScopeInputBuilder
source§fn default() -> PutApplicationAccessScopeInputBuilder
 
fn default() -> PutApplicationAccessScopeInputBuilder
source§impl PartialEq for PutApplicationAccessScopeInputBuilder
 
impl PartialEq for PutApplicationAccessScopeInputBuilder
source§fn eq(&self, other: &PutApplicationAccessScopeInputBuilder) -> bool
 
fn eq(&self, other: &PutApplicationAccessScopeInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutApplicationAccessScopeInputBuilder
Auto Trait Implementations§
impl Freeze for PutApplicationAccessScopeInputBuilder
impl RefUnwindSafe for PutApplicationAccessScopeInputBuilder
impl Send for PutApplicationAccessScopeInputBuilder
impl Sync for PutApplicationAccessScopeInputBuilder
impl Unpin for PutApplicationAccessScopeInputBuilder
impl UnwindSafe for PutApplicationAccessScopeInputBuilder
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> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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