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 ==
.