Struct aws_sdk_ssoadmin::operation::delete_inline_policy_from_permission_set::builders::DeleteInlinePolicyFromPermissionSetInputBuilder
source · #[non_exhaustive]pub struct DeleteInlinePolicyFromPermissionSetInputBuilder { /* private fields */ }
Expand description
A builder for DeleteInlinePolicyFromPermissionSetInput
.
Implementations§
source§impl DeleteInlinePolicyFromPermissionSetInputBuilder
impl DeleteInlinePolicyFromPermissionSetInputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
This field is required.sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn permission_set_arn(self, input: impl Into<String>) -> Self
pub fn permission_set_arn(self, input: impl Into<String>) -> Self
The ARN of the permission set that will be used to remove access.
This field is required.sourcepub fn set_permission_set_arn(self, input: Option<String>) -> Self
pub fn set_permission_set_arn(self, input: Option<String>) -> Self
The ARN of the permission set that will be used to remove access.
sourcepub fn get_permission_set_arn(&self) -> &Option<String>
pub fn get_permission_set_arn(&self) -> &Option<String>
The ARN of the permission set that will be used to remove access.
sourcepub fn build(
self
) -> Result<DeleteInlinePolicyFromPermissionSetInput, BuildError>
pub fn build( self ) -> Result<DeleteInlinePolicyFromPermissionSetInput, BuildError>
Consumes the builder and constructs a DeleteInlinePolicyFromPermissionSetInput
.
source§impl DeleteInlinePolicyFromPermissionSetInputBuilder
impl DeleteInlinePolicyFromPermissionSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteInlinePolicyFromPermissionSetOutput, SdkError<DeleteInlinePolicyFromPermissionSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteInlinePolicyFromPermissionSetOutput, SdkError<DeleteInlinePolicyFromPermissionSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteInlinePolicyFromPermissionSetInputBuilder
impl Clone for DeleteInlinePolicyFromPermissionSetInputBuilder
source§fn clone(&self) -> DeleteInlinePolicyFromPermissionSetInputBuilder
fn clone(&self) -> DeleteInlinePolicyFromPermissionSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteInlinePolicyFromPermissionSetInputBuilder
impl Default for DeleteInlinePolicyFromPermissionSetInputBuilder
source§fn default() -> DeleteInlinePolicyFromPermissionSetInputBuilder
fn default() -> DeleteInlinePolicyFromPermissionSetInputBuilder
source§impl PartialEq for DeleteInlinePolicyFromPermissionSetInputBuilder
impl PartialEq for DeleteInlinePolicyFromPermissionSetInputBuilder
source§fn eq(&self, other: &DeleteInlinePolicyFromPermissionSetInputBuilder) -> bool
fn eq(&self, other: &DeleteInlinePolicyFromPermissionSetInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.